.static-contact-note {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background: rgba(245, 251, 255, 0.78);
  border: 1px solid #a1daf6;
  border-bottom: 4px solid #7dcaf0;
  padding: 24px 28px;
  margin: 0 0 22px 0;
  line-height: 1.55;
  color: #666;
  box-shadow: 0 2px 0 rgba(161, 218, 246, 0.35);
}

.static-contact-note:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10px;
  width: 148px;
  height: 112px;
  background: url("/wp-content/themes/ZasebnaPediatricnaOrdinacija_WP/images/oblak_s.png") no-repeat center / contain;
  opacity: 0.55;
  pointer-events: none;
}

.static-contact-kicker,
.static-contact-note h3,
.static-contact-hours,
.static-contact-note p,
.static-contact-actions {
  position: relative;
  z-index: 1;
}

.static-contact-kicker {
  font-family: PTSansCaptionBold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #74b8d8;
  margin-bottom: 4px;
}

.static-contact-note h3 {
  margin: 0 0 13px 0;
  color: #bcdfad;
  font-size: 21px;
  line-height: 1.25;
}

.static-contact-hours {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.72);
  border-left: 5px solid #f6c85f;
  padding: 11px 15px;
  margin: 0 0 16px 0;
  color: #555;
}

.static-contact-actions {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 10px;
  margin-top: 17px;
  max-width: 100%;
}

.static-contact-actions a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 54px;
  padding: 9px 15px;
  border-radius: 18px;
  background: #8bd0f2;
  color: #fff !important;
  font-family: PTSansCaptionBold;
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.static-contact-actions a:hover {
  background: #54b5e3;
}

#kontakt_levo {
  box-sizing: border-box;
  width: 585px;
}

#kontakt_desno {
  box-sizing: border-box;
  width: 315px;
}

#kontakt_desno .vrstica,
#kontakt_desno .vrstica a {
  overflow-wrap: anywhere;
}

#kontakt_levo > .static-contact-note:not(.pediatrinja-contact-note-clean) {
  display: none;
}

.pediatrinja-admin-link {
  position: absolute;
  right: 18px;
  bottom: -48px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-family: PTSansCaptionRegular;
  font-size: 11px;
  cursor: pointer;
}

.pediatrinja-admin-inline {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(147, 213, 252, 0.82);
  color: #fff;
  font-family: PTSansCaptionBold;
  font-size: 11px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  opacity: 0.78;
  transition: opacity 0.15s ease, background 0.15s ease;
}

.pediatrinja-admin-inline:hover {
  opacity: 1;
  background: #7fcaf6;
}

.pediatrinja-notice-top-actions {
  display: flex;
  justify-content: flex-end;
  margin: -6px 0 10px 0;
}

.pediatrinja-admin-add-notice {
  border: 0;
  border-radius: 999px;
  background: #bcdfad;
  color: #fff;
  padding: 7px 13px;
  font-family: PTSansCaptionBold;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  transition: background 0.15s ease, transform 0.15s ease;
}

.pediatrinja-admin-add-notice:hover {
  background: #9ed18c;
  transform: translateY(-1px);
}

.pediatrinja-page-edit-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 14px 0;
}

.pediatrinja-page-edit {
  border: 0;
  border-radius: 999px;
  background: rgba(147, 213, 252, 0.92);
  color: #fff;
  padding: 7px 13px;
  font-family: PTSansCaptionBold;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  transition: background 0.15s ease, transform 0.15s ease;
}

.pediatrinja-page-edit:hover {
  background: #74c4f1;
  transform: translateY(-1px);
}

.pediatrinja-section-tools {
  display: flex;
  justify-content: flex-end;
  height: 0;
  margin: 0;
  clear: none;
  overflow: visible;
  pointer-events: none;
  position: relative;
  z-index: 50;
}

.pediatrinja-section-tools button {
  pointer-events: auto;
  transform: translateY(-6px);
  border: 0;
  border-radius: 999px;
  background: rgba(147, 213, 252, 0.94);
  color: #fff;
  padding: 7px 13px;
  font-family: PTSansCaptionBold;
  font-size: 12px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  transition: background 0.15s ease, transform 0.15s ease;
}

.pediatrinja-section-tools button:hover {
  background: #74c4f1;
  transform: translateY(-7px);
}

.pediatrinja-admin-contextbar {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 999998;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid rgba(161, 218, 246, 0.72);
  border-radius: 18px;
  background: rgba(247, 252, 255, 0.94);
  box-shadow: 0 12px 34px rgba(69, 128, 158, 0.22);
  font-family: PTSansCaptionRegular, Arial, sans-serif;
}

.pediatrinja-admin-contextbar span {
  color: #74b8d8;
  font-family: PTSansCaptionBold;
  font-size: 11px;
  padding: 0 3px;
}

.pediatrinja-admin-contextbar button {
  border: 0;
  border-radius: 999px;
  background: #8bd0f2;
  color: #fff;
  padding: 7px 11px;
  font-family: PTSansCaptionBold;
  font-size: 11px;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.pediatrinja-admin-contextbar button:hover {
  background: #69bfec;
}

.pediatrinja-admin-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(88, 126, 150, 0.58);
  padding: 24px;
}

.pediatrinja-admin-modal {
  box-sizing: border-box;
  width: min(860px, 96vw);
  max-height: 92vh;
  overflow: auto;
  background: #f7fcff;
  border: 5px solid #abe596;
  border-radius: 14px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
  padding: 28px;
  color: #666;
  font-family: PTSansCaptionRegular, Arial, sans-serif;
}

.pediatrinja-admin-modal h2 {
  margin: 0 42px 20px 0;
  color: #93d5fc;
  font-family: PTSansCaptionBold;
  font-size: 24px;
}

.pediatrinja-admin-modal h3 {
  margin: 20px 0 12px;
  color: #74b8d8;
  font-family: PTSansCaptionBold;
  font-size: 16px;
}

.pediatrinja-admin-close {
  float: right;
  border: 0;
  background: #8bd0f2;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-size: 22px;
  line-height: 34px;
}

.pediatrinja-admin-modal label {
  display: block;
  margin: 0 0 14px 0;
  color: #74b8d8;
  font-family: PTSansCaptionBold;
  font-size: 13px;
}

.pediatrinja-admin-modal input,
.pediatrinja-admin-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 2px solid #a1daf6;
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: #555;
  font-family: PTSansCaptionRegular, Arial, sans-serif;
  font-size: 14px;
}

.pediatrinja-editor {
  box-sizing: border-box;
  min-height: 260px;
  margin-top: 6px;
  padding: 14px;
  border: 2px solid #a1daf6;
  border-radius: 8px;
  background: #fff;
  color: #555;
  font-family: PTSansCaptionRegular, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.pediatrinja-editor-small {
  min-height: 126px;
}

.pediatrinja-page-editor {
  min-height: 430px;
}

.pediatrinja-admin-help {
  margin: 8px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
}

.pediatrinja-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 0;
}

.pediatrinja-toolbar button,
.pediatrinja-admin-save,
.pediatrinja-admin-add,
.pediatrinja-admin-edit,
.pediatrinja-admin-delete,
.pediatrinja-admin-logout,
.pediatrinja-admin-actions-left button,
.pediatrinja-repeat-add,
.pediatrinja-repeat-delete {
  border: 0;
  border-radius: 16px;
  padding: 8px 13px;
  background: #8bd0f2;
  color: #fff;
  font-family: PTSansCaptionBold;
  cursor: pointer;
}

.pediatrinja-admin-delete {
  background: #f28d8d;
}

.pediatrinja-repeat-delete {
  align-self: end;
  background: #f28d8d;
}

.pediatrinja-admin-logout {
  background: #bcdfad;
}

.pediatrinja-admin-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #d9effb;
}

.pediatrinja-admin-row strong {
  display: block;
  color: #666;
}

.pediatrinja-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

.pediatrinja-admin-actions-left {
  justify-content: flex-start;
  margin-top: 8px;
}

.pediatrinja-admin-panels section {
  border-bottom: 1px solid #d9effb;
  padding: 0 0 18px;
  margin: 0 0 16px;
}

.pediatrinja-structured-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.pediatrinja-repeat {
  display: grid;
  gap: 12px;
}

.pediatrinja-repeat-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid #d9effb;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
}

.pediatrinja-repeat-row label {
  margin: 0;
}

.pediatrinja-repeat-add {
  margin-top: 10px;
  background: #bcdfad;
}

.pediatrinja-location-card {
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0 0;
  padding: 28px;
  border: 1px solid #a1daf6;
  border-bottom: 4px solid #7dcaf0;
  background: rgba(245, 251, 255, 0.82);
  color: #666;
}

.pediatrinja-location-card h3 {
  margin-top: 0;
}

.pediatrinja-location-button {
  display: inline-flex !important;
  width: auto !important;
  margin-top: 10px;
  padding: 10px 16px !important;
  border-radius: 999px;
  background: #8bd0f2;
  color: #fff !important;
  font-family: PTSansCaptionBold;
  text-decoration: none !important;
}

.pediatrinja-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000000;
  background: #8bd0f2;
  color: #fff;
  padding: 12px 16px;
  border-radius: 18px;
  font-family: PTSansCaptionBold;
}

#obvestila {
  padding-top: 8px;
}

.pediatrinja-notice {
  position: relative;
  padding: 8px 0 30px 0;
  margin: 0 0 20px 0;
}

.pediatrinja-notice + .pediatrinja-notice {
  padding-top: 20px;
  border-top: 1px solid rgba(147, 213, 252, 0.35);
}

.pediatrinja-notice .naslov {
  padding-right: 124px;
}

.pediatrinja-notice .naslov a {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.pediatrinja-notice small {
  display: block;
  margin: 2px 0 18px 0;
  line-height: 1.35;
}

.pediatrinja-notice .entry {
  line-height: 1.48;
}

.pediatrinja-notice .entry p {
  margin: 0 0 17px 0 !important;
}

.pediatrinja-notice .entry p:empty {
  display: none;
}

.pediatrinja-notice .entry strong {
  font-family: PTSansCaptionBold;
}

@media screen and (max-width: 768px) {
  .static-contact-actions {
    grid-template-columns: 1fr;
  }

  .pediatrinja-structured-grid,
  .pediatrinja-repeat-row {
    grid-template-columns: 1fr;
  }

  .pediatrinja-admin-contextbar {
    left: 10px;
    right: 10px;
    top: 10px;
    max-width: none;
    justify-content: flex-start;
  }
}
