body:has([href="/profile"].active) .checkbox-row,
body:has([href="/profile"].active) .nested-fields,
.content-page .checkbox-row,
.content-page .nested-fields,
.content-page label:has([role="switch"]),
.content-page label:has(input[type="checkbox"]),
.content-page div:has(> [role="switch"]),
.content-page div:has(> input[type="checkbox"]),
.content-page section:has(.profile-medical-status),
.content-page section:has(.pharmora-profile-medical-status),
.site-main label:has([role="switch"]),
.site-main label:has(input[type="checkbox"]),
.site-main div:has(> [role="switch"]),
.site-main div:has(> input[type="checkbox"]),
.profile-medical-status,
.profile-medical-details,
.pharmora-profile-medical-status,
.pharmora-profile-medical-details {
  display: none !important;
}

.profile-medical-status:hover,
.profile-medical-status.status-verified:hover,
.pharmora-profile-medical-status:hover,
.pharmora-profile-medical-status.status-verified:hover,
.status-verified:hover {
  border-color: #bbf7d0 !important;
  background: #f0fdf4 !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: none !important;
}

.pharmora-profile-medical-coming-soon {
  display: block !important;
}
