.dropdown-menu-add-site .dropdown-item:focus {
  background: #fafafa;
  color: #000;
}

.table-sites thead th.status {
  padding: 12px 5px;
}

.table-sites tbody td.status {
  padding: 14px 5px 12px 5px;
  text-align: right;
}

.table-sites th.status {
  width: 30px;
}

.table-sites th.site-user {
  width: 250px;
}

.table-sites th.type {
  width: 250px;
}

.table-sites th.info {
  width: 150px;
}

.table-sites th.actions {
  width: 75px;
}

.first-site-header-container {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}

.first-site-header-container h4 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  letter-spacing: -0.02em;
}

.first-site-header-container .sub-header {
  color: #6B7280;
  font-size: 15px;
  line-height: 1.6;
}

.site-type-container {
  max-width: 600px;
  margin: 0 auto;
}

.site-type-container .list-group-item {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 12px;
  transition: all 0.15s ease;
  background: #ffffff;
}

.site-type-container .icon-item {
  margin: 0 16px 0 0;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 48px;
  transition: all 0.15s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.site-type-container .type-description {
  flex: 1;
}

.site-type-container .type-description h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #111827;
  letter-spacing: -0.01em;
}

.site-type-container .type-description p {
  margin: 0;
  font-size: 14px;
  color: #6B7280;
  line-height: 1.5;
}

.site-type-container .list-group {
  border: none;
  gap: 0;
}

.site-type-container .btn-outline-secondary {
  min-width: 80px;
  text-align: center;
}