#refresh-practitioner-notice {
  box-sizing: border-box;
  width: min(480px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  margin: auto;
  padding: 32px;
  border: 1px solid rgba(195,164,114,.4);
  border-radius: 4px;
  background: #171614;
  color: #f0e2c0;
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
  font: 400 18px/1.6 'Cormorant Garamond', Georgia, serif;
}
#refresh-practitioner-notice::backdrop { background: rgba(5,5,5,.82); }
#refresh-practitioner-notice h2 { margin: 8px 32px 20px 0; font: 400 30px/1.2 'Cormorant Garamond', Georgia, serif; color: #e0c584; }
#refresh-practitioner-notice p { margin: 0 0 28px; }
#refresh-practitioner-notice button { min-height: 44px; cursor: pointer; }
#refresh-practitioner-notice .practitioner-notice-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  color: #e0c584 !important;
  box-shadow: none !important;
}
#refresh-practitioner-notice .practitioner-notice-confirm {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0c584 !important;
  border-radius: 4px;
  background: #e0c584 !important;
  color: #171614 !important;
  font: 600 18px/1.4 'Cormorant Garamond', Georgia, serif;
}
#refresh-practitioner-notice button:focus-visible { outline: 2px solid #f0e2c0 !important; outline-offset: 3px; }
@media (max-width: 480px) { #refresh-practitioner-notice { padding: 24px; } }
