.ggkp-detail-page .detail-body h6 a {
  font-size: 16px;
}

.ggkp-detail-page .detail-body h5 a {
  font-size: 20px;
}

.ggkp-detail-page .detail-body h4 a {
  font-size: 24px;
}

.ggkp-detail-page .detail-body h3 a {
  font-size: 28px;
}

.ggkp-detail-page .detail-body h2 a {
  font-size: 32px;
}

.ggkp-detail-page .detail-body h1 a {
  font-size: 40px;
}

.ggkp-detail-page .detail-body .small-type a,
.ggkp-detail-page .detail-body pre a {
  font-size: 14px;
  text-decoration: none;
}

.ggkp-detail-page .detail-body .regular-type a {
  font-size: 18px;
  text-decoration: none;
}

.ggkp-detail-page .detail-body .paragraph-blue-text a {
  font-size: 16px;
  text-decoration: none;
}

h5 a,
h1 a,
h6 a,
h4 a,
h3 a,
h2 a {
  color: #000;
}

.ggkp-detail-page .detail-body h5 a,
.ggkp-detail-page .detail-body h1 a,
.ggkp-detail-page .detail-body h6 a,
.ggkp-detail-page .detail-body h4 a,
.ggkp-detail-page .detail-body h3 a,
.ggkp-detail-page .detail-body h2 a {
  font-weight: bold;
  font-weight: 500;
  color: #35393c;
  text-decoration: none;
}

html,
body.h-100 {
  scroll-behavior: smooth;
  height: auto !important;
}

body .views-field-field-summary-of-initiative details {
  border: none;
}

body .views-field-field-summary-of-initiative details summary {
  padding-left: 0px;
}

/*
body.user-logged-in {
  scroll-padding-top: 220px;
}
body:not(.user-logged-in) {
  scroll-padding-top: 90px;
}
body.user-logged-in.initiative-detail-page {
  scroll-padding-top: 260px;
}
body.user-logged-in.initiative-detail-page:not(.user-logged-in) {
  scroll-padding-top: 140px;
}
html body.page-node-type-initiatives.initiative-detail-page.initiative-vertical {
  height: 100% !important;
  overflow-y: initial !important;
}*/


/** D10 style updates **/
.page-register fieldset[data-drupal-selector="edit-roles"],
.page-register fieldset[data-drupal-selector="edit-status"] {
  clear: both;
}

/** D10 style updates 29/04/24**/
svg.ext {
  display: none !important;
}

body .button-section.detail-page-button {
  display: flex;
}

body .content-detail .wrapper .content-section .button-section .share_btn {
  margin-top: 0 !important;
}

.backend-page .backend-management-tables .view-header,
.backend-page .view-hero .view-header {
  margin-bottom: 14px;
}

body.path-manage-all-contents table th {
  min-width: 70px;
}

/* body.backend-page .view-filters .views-exposed-form .form--inline .form-actions {
  margin-top: 40px;
  margin-top: 44px;
} */
/* *Quickedit style updates**/
/* body.path-quick-edit.backend-page main.container-20 {
  max-width: 100%;
  width: 100% !important;
}
body.path-quick-edit.backend-page main > .container {
  max-width: 100%;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
body.user-logged-in.backend-page.path-quick-edit table th:first-child,
body.user-logged-in.backend-page.path-quick-edit table td:first-child {
  min-width: 200px !important;
}
body.path-quick-edit.backend-page .quick-edit table {
  font-size: 14px;
  margin-top: 40px;
}
body.path-quick-edit.backend-page th.views-field-type a,
body.path-quick-edit.backend-page th.views-field-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
body.path-quick-edit.backend-page .tablesort {
  height: 12px;
  margin-left: 5px;
}
body.path-quick-edit.backend-page .region-content .view-filters {
  align-self: flex-start;
  padding: 30px 10px 12px;
  margin-bottom: 8px;
  background: #e3e4e6;
}
body.path-quick-edit.backend-page .views-field-rendered-entity {
  word-break: break-word;
}
.region-initiative-menu .block-initiatives-tab + .block-initiatives-tab {
  display: none;
} */
/************************** */
@media screen and (min-width: 767px) {
  body.backend-page .view-content:has(.table) {
    overflow: auto;
  }

  body.path-manage-all-contents table th,
  body.path-manage-all-contents table td {
    min-width: 50px;
  }
}

@media screen and (min-width: 1025px) {

  body.user-logged-in.backend-page table th,
  body.user-logged-in.backend-page table td {
    min-width: 100px !important;
  }

  body.user-logged-in.backend-page table th:first-child,
  body.user-logged-in.backend-page table td:first-child {
    min-width: 50px !important;
  }
}

/* @media screen and (min-width: 993px) {
  .mainHeader .mainMenuBlock ul.nav li a.gef-learn {
    border: 2px solid #0070ff;
    border-radius: 5px;
  }
} */
/* Edited on 22-04-2025 */
#field-blurbs-values .field_blurb_new {
  max-width: 75%;
  min-width: 75%;
}

#field-blurbs-values .field_blurb_new+.field_domain {
  max-width: 25%;
  min-width: 25%;
}

#field-blurbs-values .field_blurb_new+.field_domain .field--widget-options-select {
  max-width: 200px;
}

/** ckeditor video style **/
.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25% !important; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
  flex-wrap: wrap !important;
}
/* body.backend-page table td:not(:has(*)),
body.backend-page table th:not(:has(*)) {
  display: none;
} */
body.backend-page details > .details-wrapper {
  padding: 0;
}
.backend-page table .field_domain .form-select {
  width: 100%;
}
.path-manage-anonymous-contents .form--inline .form-item.form-type-date {
  margin-bottom: 0;
  float: left;
  margin-top: 0;
}
.path-manage-anonymous-contents .form--inline {
  display: flex;
  align-items: end;
}
