/* Drupal-specific layer for the supplied Verlag layout. */


@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


/* Responsive Code */

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


}



.verlag-theme {
  min-height: 100%;
}

.verlag-page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.verlag-main-layout .wellcome_area_inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.verlag-main-layout .wellcome_area_inner::before,
.verlag-main-layout .wellcome_area_inner::after {
  display: none;
}

.verlag-main-layout .wellcome_area_left,
.verlag-main-layout .wellcome_area_mide,
.verlag-main-layout .wellcome_area_right {
  float: none;
}

.verlag-main-layout .wellcome_area_left {
  flex: 0 0 205px;
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  margin-right: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #000066;
  margin-left: 0px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.verlag-main-layout .wellcome_area_mide {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.verlag-main-layout .wellcome_area_right {
  flex: 0 0 200px;
  width: auto;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 1px;
}

/* Desktop-only two-line menu title */
a.menu-two-line span {
  display: inline;
}

@media only screen and (min-width: 991px) {
  .wellcome_area_left a.menu-two-line span {
    display: block;
    line-height: 1.15;
  }
  
  .verlag-page-wrapper {
  max-width: 90% !important;
}
}

/* Sidebar icon tab stack */
.verlag-sidebar-icon-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

/* Base button */
.verlag-sidebar-icon-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10px;
  height: 32px;
  padding: 0 16px 0 22px;
  overflow: hidden;
  background: #272775;
  color: #ffffcc !important;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  transition: width 0.25s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 10pt;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* Expand on hover/focus */
.verlag-sidebar-icon-tab:hover,
.verlag-sidebar-icon-tab:focus {
  width: 200px;
  background: #ffffcc;
  color: #000066 !important;
  border-color: #000066;
  text-decoration: none;
}

/* Icon base */
.verlag-sidebar-icon-tab::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  background-color: currentColor;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

/* Hidden label by default */
.verlag-sidebar-icon-tab__label {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  font-weight: 700;
  line-height: 1;
  margin-left: 25px;
}

/* Show label on hover/focus */
.verlag-sidebar-icon-tab:hover .verlag-sidebar-icon-tab__label,
.verlag-sidebar-icon-tab:focus .verlag-sidebar-icon-tab__label {
  opacity: 1;
  transform: translateX(0);
}


/* Active state: icon only, cream background, blue icon */
.verlag-sidebar-icon-tab.is-active,
.verlag-sidebar-icon-tab[aria-current="page"] {
  width: 32px !important;
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
  overflow: hidden;
}

/* Keep the label hidden in active state */
.verlag-sidebar-icon-tab.is-active .verlag-sidebar-icon-tab__label,
.verlag-sidebar-icon-tab[aria-current="page"] .verlag-sidebar-icon-tab__label {
  opacity: 0 !important;
  transform: translateX(-8px) !important;
  width: 0;
  overflow: hidden;
}

/* Do not expand the active tab on hover */
.verlag-sidebar-icon-tab.is-active:hover,
.verlag-sidebar-icon-tab.is-active:focus,
.verlag-sidebar-icon-tab[aria-current="page"]:hover,
.verlag-sidebar-icon-tab[aria-current="page"]:focus {
  width: 38px !important;
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
}

.verlag-product-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 20px;
}

.verlag-product-entry__meta-item {
  border: 1px solid #000066;
  background: #ffffcc;
  padding: 10px 14px;
  min-width: 150px;
}

.verlag-product-entry__meta-label {
  display: block;
  color: #000066;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.verlag-product-entry__meta-value {
  display: block;
  color: #000066;
  font-size: 15px;
  font-weight: 600;
}

.verlag-back-catalog-wrap {
  margin: 20px 0 28px;
  text-align: left;
}

.verlag-back-catalog-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffcc;
  color: #000066 !important;
  border: 2px solid #000066;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.verlag-back-catalog-button:hover,
.verlag-back-catalog-button:focus {
  background: #000066;
  color: #ffffcc !important;
  border-color: #000066;
  text-decoration: none !important;
}

.verlag-back-catalog-button__icon {
  font-size: 18px;
  line-height: 1;
}

.verlag-back-catalog-button__text {
  display: inline-block;
}
.verlag-back-catalog-wrap {
  margin: 1px 0 20px;
  text-align: right;
}
/* Cream pill tags */
.verlag-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 12px 0;
}

.verlag-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    background: #f6f6c0;
    color: #000066;
    border: 1px solid rgba(0, 0, 102, 0.25);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.verlag-tags-wrap {
    margin: 12px 0;
}

.verlag-tags-label {
    margin: 0 0 8px;
    color: #000066;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
/* Language tags left, Back to Books button right */
.verlag-product-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 18px 0;
}

.verlag-product-meta-row__languages {
    flex: 0 1 auto;
    text-align: left;
}

.verlag-product-meta-row__languages .verlag-tags {
    justify-content: flex-start;
}

.verlag-product-meta-row__back {
    flex: 0 0 auto;
}

/* Mobile: languages first, button underneath */
@media only screen and (max-width: 700px) {
    .verlag-product-meta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .verlag-product-meta-row__languages {
        order: 1;
        text-align: left;
    }

    .verlag-product-meta-row__languages .verlag-tags {
        justify-content: flex-start;
    }

    .verlag-product-meta-row__back {
        order: 2;
        width: 100%;
    }
}
/* Mobile: align Back to Books button left */
@media only screen and (max-width: 700px) {
    .verlag-product-meta-row__back {
        width: 100%;
        text-align: left;
    }

    .verlag-product-meta-row__back .verlag-back-catalog-wrap {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .verlag-product-meta-row__back .verlag-back-catalog-button {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
    .verlag-back-catalog-wrap {
  margin: 20px 0 20px;
}
}











/* Modern clean book list - narrower desktop layout */
.verlag-book-list-page {
  max-width: 820px;
  margin: 0 auto 44px;
  color: #000066;
}

.verlag-book-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.verlag-book-list__item {
  margin: 0;
  padding: 0;
}

.verlag-book-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 102, 0.18);
  padding: 28px 0;
}

.verlag-book-card:hover {
  background: transparent;
}

.verlag-book-card__cover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.verlag-book-card__cover img {
  display: block;
  width: auto;
  max-width: 112px;
  max-height: 168px;
  height: auto;
  box-shadow: none !important;
  border: none;
}

.verlag-book-card__content {
  min-width: 0;
  text-align: left !important;
}

.verlag-book-card__title {
  color: #000066;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left !important;
  margin: 0 0 6px;
}

.verlag-book-card__subtitle {
  color: #000066;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left !important;
  margin: 0 0 8px;
}

.verlag-book-card__author {
  color: #000066;
  font-size: 15px;
  line-height: 1.5;
  text-align: left !important;
  margin: 0;
}

.verlag-book-card__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.verlag-book-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #000066;
  color: #ffffcc !important;
  border: 2px solid #000066;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.verlag-book-card__link::after {
  content: "→";
  margin-left: 8px;
  font-size: 17px;
  line-height: 1;
}

.verlag-book-card__link:hover,
.verlag-book-card__link:focus {
  background: transparent;
  color: #000066 !important;
  text-decoration: none !important;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .verlag-book-list-page {
    max-width: 100%;
    padding: 0 18px;
  }

  .verlag-book-card {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    padding: 28px 0;
  }

  .verlag-book-card__cover {
    justify-content: center;
  }

  .verlag-book-card__cover img {
    max-width: 120px;
    max-height: 178px;
  }

  .verlag-book-card__content {
    text-align: center !important;
  }

  .verlag-book-card__title,
  .verlag-book-card__subtitle,
  .verlag-book-card__author {
    text-align: center !important;
  }

  .verlag-book-card__title {
    font-size: 20px;
  }

  .verlag-book-card__subtitle {
    font-size: 16px;
  }

  .verlag-book-card__action {
    width: 100%;
    justify-content: center;
  }

  .verlag-book-card__link {
    width: 100%;
  }
}

/* Spacing refinement for modern book list */
.verlag-book-list-page {
  max-width: 1160px;
  margin: 0 auto 44px;
}

.verlag-book-card {
  position: relative;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 30px;
  padding: 28px 75px;
  border-bottom: none;
}

.verlag-book-card::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 75px;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 102, 0.18);
}

.verlag-book-list__item:last-child .verlag-book-card::after {
  display: none;
}

.verlag-book-card__cover {
  justify-content: center;
}

.verlag-book-card__cover img {
  max-width: 108px;
  max-height: 162px;
}

.verlag-book-card__content {
  text-align: left !important;
}

.verlag-book-card__title,
.verlag-book-card__subtitle,
.verlag-book-card__author {
  text-align: left !important;
}

.verlag-book-card__action {
  justify-content: flex-start;
  padding-left: 4px;
  padding-right: 8px;
}

.verlag-book-card__link {
  padding: 10px 18px;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .verlag-book-list-page {
    max-width: 100%;
    padding: 0 18px;
  }

  .verlag-book-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 0;
  }

  .verlag-book-card::after {
    left: 0;
    right: 0;
  }

  .verlag-book-card__cover img {
    max-width: 120px;
    max-height: 178px;
  }

  .verlag-book-card__content,
  .verlag-book-card__title,
  .verlag-book-card__subtitle,
  .verlag-book-card__author {
    text-align: center !important;
  }

  .verlag-book-card__action {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .verlag-book-card__link {
    width: 100%;
  }
}


/* Boxed book list entries */
.verlag-book-list {
  gap: 14px;
}

.verlag-book-card {
  background: #f6f6c0;
  border: 1px solid rgba(0, 0, 102, 0.06);
  padding: 28px 60px;
}

.verlag-book-card:hover {
  background: #ffffd7;
  border-color: rgba(0, 0, 102, 0.35);
}

/* Remove the divider line because each entry is now its own box */
.verlag-book-card::after {
  display: none;
}


/* Modern Selected Lectures Page */
.verlag-selected-page {
  max-width: 820px;
  margin: 0 auto 44px;
  color: #000066;
}

.verlag-selected-hero {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  background: #ffffd7;
  border: 1px solid rgba(0, 0, 102, 0.18);
  padding: 32px 38px;
  margin-bottom: 14px;
}

.verlag-selected-hero__cover {
  display: flex;
  justify-content: center;
  align-items: center;
}

.verlag-selected-hero__cover img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 220px;
  height: auto;
  border: none;
  box-shadow: none;
}

.verlag-selected-hero__content {
  text-align: left;
}

.verlag-selected-hero__title {
  color: #000066;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.verlag-selected-hero__subtitle {
  color: #000066;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.verlag-selected-hero__author {
  color: #000066;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.verlag-selected-tabs {
  background: #ffffd7;
  border: 1px solid rgba(0, 0, 102, 0.18);
  padding: 18px 38px 30px;
}

.verlag-selected-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 102, 0.18);
  margin-bottom: 24px;
}

.verlag-selected-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  background: #ffffcc;
  color: #000066 !important;
  border: 1px solid #000066;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
}

.verlag-selected-tabs__item--active,
.verlag-selected-tabs__item:hover,
.verlag-selected-tabs__item:focus {
  background: #000066;
  color: #ffffcc !important;
  text-decoration: none !important;
}

.verlag-selected-tabs__item .fa {
  font-size: 14px;
  line-height: 1;
}

.verlag-selected-content {
  max-width: 560px;
  margin: 0 auto;
}

.verlag-selected-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.verlag-selected-content-list li {
  position: relative;
  color: #000066;
  font-size: 17px;
  line-height: 1.5;
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(0, 0, 102, 0.12);
}

.verlag-selected-content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  background: #000066;
  border-radius: 50%;
}

.verlag-selected-content-list li:last-child {
  border-bottom: none;
}

.verlag-selected-content-list__note {
  margin-top: 16px;
  padding-top: 16px !important;
  font-weight: 700;
}

/* Mobile */
@media only screen and (max-width: 700px) {
  .verlag-selected-page {
    max-width: 100%;
    padding: 0 16px;
  }

  .verlag-selected-hero {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
    padding: 26px 18px;
  }

  .verlag-selected-hero__content {
    text-align: center;
  }

  .verlag-selected-hero__title {
    font-size: 24px;
  }

  .verlag-selected-hero__subtitle {
    font-size: 19px;
  }

  .verlag-selected-tabs {
    padding: 16px 18px 24px;
  }

  .verlag-selected-tabs__nav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .verlag-selected-tabs__item {
    width: 100%;
  }

  .verlag-selected-content {
    max-width: 100%;
  }

  .verlag-selected-content-list li {
    font-size: 16px;
  }
  .wellcome-content-box {
  position: relative;
  background: #ffffcc;
  padding: 10px;
  overflow: visible;
  border: 2px solid #ffffcc;
}

.verlag-book-card {
padding: 28px 40px;
 }
  
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.book-page,
.book-page * {
    box-sizing: border-box;
}

.book-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 0px;
    background: #ffffcc;
    color: #000066;
    overflow-x: hidden;
}

/* Book header */
.book-highlight {
    width: 100%;
    margin: 0 auto 32px;
    padding: 28px 20px;
    background: #f6f6c0;
    border: none;
}

.book-highlight-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.book-highlight-cover {
    flex: 0 0 auto;
    text-align: center;
}

.book-highlight-cover img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    box-shadow: none;
}

.book-highlight-text {
    flex: 0 1 auto;
    text-align: center;
    color: #000066;
}

.book-highlight-text h4 {
    margin: 0;
    color: #000066;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.book-title {
    display: block;
    white-space: nowrap;
    font-size: 1.45rem;
    line-height: 1.2;
}

.book-subtitle {
    display: block;
    margin-top: 30px;
    font-size: 1.25rem;
    line-height: 1.28;
}

.book-highlight-text .author {
    margin: 10px 0 0;
    color: #000066;
    font-size: 1rem;
}

/* Tab area */
.tab-container {
    width: 100%;
    background: #ffffcc;
    border-top: 1px solid #000066;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 18px 0;
    border-bottom: 1px solid #000066;
}

.tab-buttons button,
.tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 18px;
    border: 1px solid #000066;
    background: transparent;
    color: #000066 !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
}

.tab-buttons button.active,
.tab-buttons button:hover,
.tab-buttons button:focus,
.tab-button:hover,
.tab-button:focus {
    background: #000066;
    color: #ffffcc !important;
    outline: none;
    text-decoration: none !important;
}

/* Real Font Awesome download icon */
.tab-button--download::before {
    content: none !important;
    display: none !important;
}

.tab-button--download .fa {
    display: inline-block !important;
    margin-right: 8px;
    font-size: 1rem;
    line-height: 1;
    color: inherit;
}

.tab-content {
    display: none;
    padding: none;
}

.tab-content.active {
    display: block;
}

/* Contents list - clean, no bullets */
.verlag-one-col-list,
.verlag-one-col-list__col {
    float: none !important;
    clear: both !important;
}

.verlag-one-col-list {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
}

.verlag-one-col-list__col {
    display: block;
    width: 100% !important;
    max-width: 420px;
    margin: 0 auto !important;
    text-align: left;
}

.verlag-one-col-list ul {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0 !important;
    list-style: none !important;
    text-align: left;
}

.verlag-one-col-list li {
    position: static !important;
    margin: 0;
    padding: 7px 0 !important;
    color: #000066;
    font-size: 1rem;
    line-height: 1.45;
    text-align: left;
    border: 0;
}

.verlag-one-col-list li::before {
    display: none !important;
    content: none !important;
}

.verlag-one-col-list li::marker {
    content: none !important;
}

/* Mobile */
@media (max-width: 720px) {
    .book-page {
        padding: 20px 0px;
    }

    .book-highlight {
        padding: 22px 14px;
        margin-bottom: 24px;
    }

    .book-highlight-inner {
        flex-direction: column;
        gap: 18px;
        max-width: 100%;
    }

    .book-highlight-cover img {
        width: 132px;
    }

    .book-highlight-text {
        width: 100%;
        text-align: center;
    }

    .book-title {
        white-space: normal;
        font-size: 1.25rem;
        line-height: 1.25;
    }

    .book-subtitle {
        margin-top: 12px;
        font-size: 1.02rem;
        line-height: 1.3;
    }

    .book-highlight-text .author {
        font-size: 0.98rem;
    }

    .tab-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 14px 0;
    }

    .tab-buttons button,
    .tab-button {
        width: 100%;
        min-height: 46px;
        padding: 10px 12px;
        text-align: center;
    }

    .tab-content {
        padding: 26px 0 28px;
    }

    .verlag-one-col-list {
        display: block;
        width: 100%;
        text-align: left;
    }

    .verlag-one-col-list__col {
        display: block;
        width: 100% !important;
        max-width: 100%;
        margin: 0 !important;
        text-align: left;
    }

    .verlag-one-col-list ul {
        width: 100%;
        margin: 0;
        padding-left: 0 !important;
        list-style: none !important;
        text-align: left;
    }

    .verlag-one-col-list li {
        padding: 7px 0 !important;
        font-size: 0.98rem;
        text-align: left;
    }

    .verlag-one-col-list li::before {
        display: none !important;
        content: none !important;
    }
}
/* Remove numbers from Questions and Answers contents list */
.verlag-question-contents-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.verlag-question-contents-list li {
    list-style: none !;
}
/* Thoughts on the Work chapter list */
.verlag-chapter-list {
    max-width: 720px;
    margin: 0 auto;
}

.verlag-commandment-row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 102, 0.16);
}

.verlag-commandment-row:last-child {
    border-bottom: none;
}

.verlag-commandment-title {
    color: #000066;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.verlag-commandment-text {
    color: #000066;
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 720px) {
    .verlag-chapter-list {
        max-width: 100%;
    }

    .verlag-commandment-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 16px 0;
    }

    .verlag-commandment-title,
    .verlag-commandment-text {
        text-align: left;
    }
}
.book-extra-title {
    margin-top: 22px !important;
}

.verlag-section-heading {
    margin: 0 0 18px;
    color: #000066;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.03em;
}

.verlag-section-heading:not(:first-child) {
    margin-top: 34px;
}

@media (max-width: 720px) {
    .book-extra-title {
        margin-top: 14px !important;
    }

    .verlag-section-heading {
        text-align: left;
    }
}
/* Reduce newsletter subscription description text */
#simplenews-subscriber-account-form #edit-subscriptions--wrapper--description,
#simplenews-subscriber-account-form .description {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}
.verlag-centered-heading {
    margin: 0 0 24px;
    color: #000066;
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .verlag-centered-heading {
        font-size: 1.05rem;
        line-height: 1.4;
    }
}
/* Modern contact form Send message button */
.webform-submission-contact-add-form #edit-actions-submit,
.webform-submission-contact-add-form input[type="submit"].webform-button--submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    background: #000066 !important;
    color: #ffffcc !important;
    border: 2px solid #000066 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.webform-submission-contact-add-form #edit-actions-submit:hover,
.webform-submission-contact-add-form #edit-actions-submit:focus,
.webform-submission-contact-add-form input[type="submit"].webform-button--submit:hover,
.webform-submission-contact-add-form input[type="submit"].webform-button--submit:focus {
    background: #ffffcc !important;
    color: #000066 !important;
    border-color: #000066 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    outline: none;
}

.webform-submission-contact-add-form #edit-actions {
    margin-top: 16px;
}
/* Contact form: make visible form sections 75% wide on desktop */
form#webform-submission-contact-add-form #edit-full-name--wrapper,
form#webform-submission-contact-add-form #edit-your-email,
form#webform-submission-contact-add-form #edit-topic,
form#webform-submission-contact-add-form .js-form-item-message,
form#webform-submission-contact-add-form #edit-actions {
    width: 65% !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Keep the fields inside each section full width */
form#webform-submission-contact-add-form #edit-full-name--wrapper input,
form#webform-submission-contact-add-form #edit-full-name--wrapper select,
form#webform-submission-contact-add-form #edit-your-email input,
form#webform-submission-contact-add-form #edit-topic select,
form#webform-submission-contact-add-form .js-form-item-message textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Mobile: form sections become full width */
@media (max-width: 720px) {
    form#webform-submission-contact-add-form #edit-full-name--wrapper,
    form#webform-submission-contact-add-form #edit-your-email,
    form#webform-submission-contact-add-form #edit-topic,
    form#webform-submission-contact-add-form .js-form-item-message,
    form#webform-submission-contact-add-form #edit-actions {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* Modern login button */
#user-login-form #edit-submit,
#user-login-form input[type="submit"].form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 24px;
    background: #000066 !important;
    color: #ffffcc !important;
    border: 2px solid #000066 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#user-login-form #edit-submit:hover,
#user-login-form #edit-submit:focus,
#user-login-form input[type="submit"].form-submit:hover,
#user-login-form input[type="submit"].form-submit:focus {
    background: #ffffcc !important;
    color: #000066 !important;
    border-color: #000066 !important;
    transform: translateY(-1px);
    outline: none;
}

/* Add space above the login button */
#user-login-form #edit-actions {
    margin-top: 18px;
}
/* Modern password reset Submit button */
#user-pass #edit-submit,
#user-pass input[type="submit"].form-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 24px;
    background: #000066 !important;
    color: #ffffcc !important;
    border: 2px solid #000066 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#user-pass #edit-submit:hover,
#user-pass #edit-submit:focus,
#user-pass input[type="submit"].form-submit:hover,
#user-pass input[type="submit"].form-submit:focus {
    background: #ffffcc !important;
    color: #000066 !important;
    border-color: #000066 !important;
    transform: translateY(-1px);
    outline: none;
}

/* Add spacing above the Submit button */
#user-pass #edit-actions {
    margin-top: 18px;
}

/* Modern online store landing header */
.verlag-store-hero,
.verlag-store-hero * {
    box-sizing: border-box;
}

.verlag-store-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
    gap: 28px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 35px 30px;
    background: #ffffd7;
    border: 1px solid rgba(0, 0, 102, 0.18);
    color: #000066;
    overflow: hidden;
}

.verlag-store-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 5px;
    background: #000066;
}

.verlag-store-hero__main {
    min-width: 0;
}

.verlag-store-hero__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 14px;
    padding: 7px 18px;
    background: #000066;
    color: #ffffcc !important;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.verlag-store-hero__title {
    margin: 0 0 12px;
    color: #000066;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.verlag-store-hero__text {
    max-width: 660px;
    margin: 0;
    color: #000066;
    font-size: 16px;
    line-height: 1.6;
}

.verlag-store-hero__side {
    min-width: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(0, 0, 102, 0.18);
}

.verlag-store-hero__side-text {
    margin: 0 0 10px;
    color: #000066;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.verlag-store-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 15px;
    background: #000066;
    color: #ffffcc !important;
    border: 2px solid #000066;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.verlag-store-hero__button:hover,
.verlag-store-hero__button:focus {
    background: #ffffcc;
    color: #000066 !important;
    text-decoration: none !important;
}

/* Mobile */
@media only screen and (max-width: 720px) {
    .verlag-store-hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px 18px;
    }

    .verlag-store-hero::before {
        top: 18px;
        bottom: 18px;
        width: 4px;
    }

    .verlag-store-hero__title {
        font-size: 23px;
    }

    .verlag-store-hero__text {
        font-size: 15px;
    }

    .verlag-store-hero__side {
        padding-left: 0;
        padding-top: 18px;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 102, 0.18);
    }

    .verlag-store-hero__button {
        width: auto;
        max-width: 100%;
    }
}
/* Remove underline from International Contacts button */
.verlag-store-hero__button,
.verlag-store-hero__button:link,
.verlag-store-hero__button:visited,
.verlag-store-hero__button:hover,
.verlag-store-hero__button:focus,
.verlag-store-hero__button span {
    text-decoration: none !important;
}
.verlag-store-hero__text,
.verlag-store-hero__side-text {
    text-align: center !important;
    text-align-last: center !important;
}
/* Mobile: force center International Contacts button */
@media only screen and (max-width: 720px) {
    .verlag-store-hero__side {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .verlag-store-hero__button {
        align-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* Contact form confirmation page */
.verlag-contact-confirmation,
.verlag-contact-confirmation * {
    box-sizing: border-box;
}

.verlag-contact-confirmation {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 36px auto;
    padding: 34px 28px;
    background: #ffffd7;
    color: #000066;
    border: 1px solid rgba(0, 0, 102, 0.2);
    overflow: hidden;
    text-align: center;
}

.verlag-contact-confirmation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 5px;
    background: #000066;
}

.verlag-contact-confirmation__inner {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.verlag-contact-confirmation__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    padding: 7px 18px;
    background: #000066;
    color: #ffffcc !important;
    border-radius: 999px;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-indent: 0 !important;
    white-space: nowrap;
}

.verlag-contact-confirmation__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    background: #000066;
    color: #ffffcc;
    border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.verlag-contact-confirmation__title {
    margin: 0 0 14px;
    color: #000066;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.verlag-contact-confirmation__text {
    max-width: 560px;
    margin: 0 auto;
    color: #000066;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
}

.verlag-contact-confirmation__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 28px;
    text-align: center;
}

.verlag-contact-confirmation__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 20px;
    background: #000066;
    color: #ffffcc !important;
    border: 2px solid #000066;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

.verlag-contact-confirmation__button:hover,
.verlag-contact-confirmation__button:focus {
    background: #ffffcc;
    color: #000066 !important;
    text-decoration: none !important;
}

.verlag-contact-confirmation__button--outline {
    background: transparent;
    color: #000066 !important;
}

.verlag-contact-confirmation__button--outline:hover,
.verlag-contact-confirmation__button--outline:focus {
    background: #000066;
    color: #ffffcc !important;
}

/* Mobile */
@media only screen and (max-width: 700px) {
    .verlag-contact-confirmation {
        max-width: 100%;
        margin: 28px auto;
        padding: 30px 18px;
    }

    .verlag-contact-confirmation::before {
        top: 22px;
        bottom: 22px;
        width: 4px;
    }

    .verlag-contact-confirmation__badge {
        font-size: 12px !important;
        margin-bottom: 20px;
    }

    .verlag-contact-confirmation__icon {
        width: 58px;
        height: 58px;
        font-size: 30px;
    }

    .verlag-contact-confirmation__title {
        font-size: 24px;
    }

    .verlag-contact-confirmation__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .verlag-contact-confirmation__actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .verlag-contact-confirmation__button {
        width: 100%;
        max-width: 260px;
    }
}
/* Move checkmark beside title and remove circle */
.verlag-contact-confirmation__icon {
    display: none !important;
}

.verlag-contact-confirmation__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.verlag-contact-confirmation__title::before {
    content: "✓";
    display: inline-block;
    color: #000066;
    background: transparent;
    border-radius: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

/* Mobile */
@media only screen and (max-width: 700px) {
    .verlag-contact-confirmation__title {
        gap: 10px;
    }

    .verlag-contact-confirmation__title::before {
        font-size: 28px;
    }
}
/* Hide Message Sent badge */
.verlag-contact-confirmation__badge {
    display: none !important;
}

/* Keep checkmark next to title */
.verlag-contact-confirmation__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 0;
}

.verlag-contact-confirmation__title::before {
    content: "✓";
    display: inline-block;
    color: #000066;
    background: transparent;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}


/* Shared modern error page styling */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.verlag-error-page,
.verlag-error-page * {
    box-sizing: border-box;
}

.verlag-error-page {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 36px auto;
    padding: 38px 30px;
    background: #ffffd7;
    color: #000066;
    border: 1px solid rgba(0, 0, 102, 0.2);
    overflow: hidden;
    text-align: center;
}

.verlag-error-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 30px;
    width: 5px;
    background: #000066;
}

.verlag-error-page__inner {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.verlag-error-page__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    padding: 7px 18px;
    background: #000066;
    color: #ffffcc;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.verlag-error-page__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #000066;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.verlag-error-page__icon::before {
    display: inline-block;
    font-family: FontAwesome;
    color: #000066;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}

.verlag-error-page__icon--400::before {
    content: "\f071";
}

.verlag-error-page__icon--401::before {
    content: "\f023";
}

.verlag-error-page__icon--403::before {
    content: "\f05e";
}

.verlag-error-page__icon--404::before {
    content: "\f002";
}

.verlag-error-page__icon--500::before {
    content: "\f085";
}

.verlag-error-page__text {
    max-width: 560px;
    margin: 0 auto;
    color: #000066;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
}

.verlag-error-page__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 28px;
    text-align: center;
}

.verlag-error-page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 20px;
    background: #000066;
    color: #ffffcc !important;
    border: 2px solid #000066;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

.verlag-error-page__button:hover,
.verlag-error-page__button:focus {
    background: #ffffcc;
    color: #000066 !important;
    text-decoration: none !important;
}

.verlag-error-page__button--outline {
    background: transparent;
    color: #000066 !important;
}

.verlag-error-page__button--outline:hover,
.verlag-error-page__button--outline:focus {
    background: #000066;
    color: #ffffcc !important;
}

@media only screen and (max-width: 700px) {
    .verlag-error-page {
        max-width: 100%;
        margin: 28px auto;
        padding: 32px 18px;
    }

    .verlag-error-page::before {
        top: 24px;
        bottom: 24px;
        width: 4px;
    }

    .verlag-error-page__title {
        font-size: 24px;
        gap: 10px;
    }

    .verlag-error-page__icon::before {
        font-size: 26px;
    }

    .verlag-error-page__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .verlag-error-page__actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .verlag-error-page__button {
        width: 100%;
        max-width: 260px;
    }
}
/* Softer treatment for error code label */
.verlag-error-page__code--soft {
    background: transparent !important;
    color: #000066 !important;
    border: 1px solid rgba(0, 0, 102, 0.35);
    border-radius: 999px;
    padding: 6px 15px;
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.08em;
}

/* Give the title cleaner spacing after the soft code */
.verlag-error-page__code--soft + .verlag-error-page__title {
    display: flex;
    margin-top: 0;
}











/* =========================================================
   Right Sidebar Icon Tabs - Font Awesome Version
   Default: cream icon on blue background
   Active/Hover: blue icon on cream background
   ========================================================= */


/* Right sidebar Font Awesome icon base */
[class*="verlag-sidebar-icon-tab--"]::before {
  content: "";
  display: inline-block !important;
  font-family: FontAwesome !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #ffffcc !important;

  /* Disable old SVG mask icons */
  mask-image: none !important;
  -webkit-mask-image: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  background: none !important;
  background-color: transparent !important;
}

/* Print */
.verlag-sidebar-icon-tab--print::before {
  content: "\f02f";
}

/* Imprint */
.verlag-sidebar-icon-tab--imprint::before {
  content: "\f05a";
}

/* My Account */
.verlag-sidebar-icon-tab--account::before {
  content: "\f007";
}

/* Login */
.verlag-sidebar-icon-tab--login::before {
  content: "\f090";
}

/* Logout */
.verlag-sidebar-icon-tab--logout::before {
  content: "\f08b";
}

/* Register */
.verlag-sidebar-icon-tab--register::before {
  content: "\f234";
}

/* Forgotten Password */
.verlag-sidebar-icon-tab--forgotten::before {
  content: "\f059";
}

/* Address Book */
.verlag-sidebar-icon-tab--address-book::before {
  content: "\f2b9";
}

/* Wish List */
.verlag-sidebar-icon-tab--wishlist::before {
  content: "\f004";
}

/* Order History */
.verlag-sidebar-icon-tab--orders::before {
  content: "\f022";
}

/* Downloads */
.verlag-sidebar-icon-tab--downloads::before {
  content: "\f019";
}

/* Subscriptions */
.verlag-sidebar-icon-tab--subscriptions::before {
  content: "\f021";
}

/* Reward Points */
.verlag-sidebar-icon-tab--reward::before {
  content: "\f005";
}

/* Returns */
.verlag-sidebar-icon-tab--returns::before {
  content: "\f0e2";
}

/* Transactions */
.verlag-sidebar-icon-tab--transactions::before {
  content: "\f0ec";
}

/* Newsletter */
.verlag-sidebar-icon-tab--newsletter::before {
  content: "\f0e0";
}

/* Shopping cart */
.verlag-sidebar-icon-tab--cart::before {
  content: "\f07a";
}

/* Hover color */
[class*="verlag-sidebar-icon-tab--"].active,
[class*="verlag-sidebar-icon-tab--"].is-active,
[class*="verlag-sidebar-icon-tab--"][aria-current="page"],
[class*="verlag-sidebar-icon-tab--"]:hover::before,
[class*="verlag-sidebar-icon-tab--"]:focus::before {
  color: #000066 !important;
  background: #ffffcc !important;
}

/* Fix active right sidebar icon color */
a.verlag-sidebar-icon-tab.active,
a.verlag-sidebar-icon-tab.is-active,
a.verlag-sidebar-icon-tab[aria-current="page"],
a[class*="verlag-sidebar-icon-tab--"].active,
a[class*="verlag-sidebar-icon-tab--"].is-active,
a[class*="verlag-sidebar-icon-tab--"][aria-current="page"] {
  background: #ffffcc !important;
  color: #000066 !important;
}

/* Force active Font Awesome icon to blue */
a.verlag-sidebar-icon-tab.active::before,
a.verlag-sidebar-icon-tab.is-active::before,
a.verlag-sidebar-icon-tab[aria-current="page"]::before,
a[class*="verlag-sidebar-icon-tab--"].active::before,
a[class*="verlag-sidebar-icon-tab--"].is-active::before,
a[class*="verlag-sidebar-icon-tab--"][aria-current="page"]::before {
  color: #000066 !important;
  background: transparent !important;
  background-color: transparent !important;
  mask: none !important;
  -webkit-mask: none !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

/* Keep hover matching active state */
a.verlag-sidebar-icon-tab:hover,
a.verlag-sidebar-icon-tab:focus,
a[class*="verlag-sidebar-icon-tab--"]:hover,
a[class*="verlag-sidebar-icon-tab--"]:focus {
  background: #ffffcc !important;
  color: #000066 !important;
}

a.verlag-sidebar-icon-tab:hover::before,
a.verlag-sidebar-icon-tab:focus::before,
a[class*="verlag-sidebar-icon-tab--"]:hover::before,
a[class*="verlag-sidebar-icon-tab--"]:focus::before {
  color: #000066 !important;
  background: transparent !important;
}

/* Border around inactive sidebar icon tabs */
.verlag-sidebar-icon-tab:not(.active):not(.is-active):not([aria-current="page"]) {
    border: 1px solid rgba(255,255,204,0.10) !important;
    box-sizing: border-box !important;
}

/* Keep active/current tab clean */
.verlag-sidebar-icon-tab.active,
.verlag-sidebar-icon-tab.is-active,
.verlag-sidebar-icon-tab[aria-current="page"] {
    border: 1px solid #ffffcc !important;
    box-sizing: border-box !important;
}

/* Keep hover matching active */
.verlag-sidebar-icon-tab:hover,
.verlag-sidebar-icon-tab:focus {
    border: 1px solid #ffffcc !important;
    box-sizing: border-box !important;
}

















body div[data-drupal-messages] > div[role="contentinfo"][aria-label="Warning message"] {
  color: #990000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
}



.verlag-top-print-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffcc;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}

.verlag-top-print-link:hover,
.verlag-top-print-link:focus {
  color: #ffffcc;
  text-decoration: underline;
}

.verlag-top-print-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.verlag-top-print-link__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}


/* Orders table */
.wellcome-content-box table.cols-4 {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

/* Header */
.wellcome-content-box table.cols-4 th {
  padding: 3px 14px;
  background: #000066;
  color: #ffffcc;
  text-align: left;
}

/* Cells */
.wellcome-content-box table.cols-4 td {
  padding: 6px 14px;
  color: #000066;
  font-size: 11.5pt;
}

/* Alternating cream rows */
.wellcome-content-box table.cols-4 tbody tr:nth-child(odd) td {
  background: #ffffe8ff !important;
}

.wellcome-content-box table.cols-4 tbody tr:nth-child(even) td {
  background: #f4f5cf !important;
}

/* Hover */
.wellcome-content-box table.cols-4 tbody tr:hover td {
  background: #e4dcaa !important;
}

/* Files / downloads table */
.wellcome-content-box table.cols-3 {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

/* Header */
.wellcome-content-box table.cols-3 th {
  padding: 4px 14px;
  background: #000066;
  color: #ffffcc;
  text-align: left;
}

/* Force account table header text to cream */
table thead th#view-order-number-table-column,
table thead th#view-placed-table-column,
table thead th#view-total-price-number-table-column,
table thead th#view-state-table-column,
table thead th#view-commerce-file-table-column,
table thead th#view-download-limit-table-column,
table thead th#view-expires-table-column,
table thead th#view-order-number-table-column *,
table thead th#view-placed-table-column *,
table thead th#view-total-price-number-table-column *,
table thead th#view-state-table-column *,
table thead th#view-commerce-file-table-column *,
table thead th#view-download-limit-table-column *,
table thead th#view-expires-table-column * {
  color: #ffffcc !important;
  font-size: 12pt;
}

/* Cells */
.wellcome-content-box table.cols-3 td {
  padding: 6px 14px;
  color: #000066;
  font-size: 11.5pt;
}

/* Alternating cream rows */
.wellcome-content-box table.cols-3 tbody tr:nth-child(odd) td {
  background: #ffffe8ff !important;
}

.wellcome-content-box table.cols-3 tbody tr:nth-child(even) td {
  background: #f4f5cf !important;
}

/* Hover */
.wellcome-content-box table.cols-3 tbody tr:hover td {
  background: #e4dcaa !important;
}


/* Address book grid */
.address-book__profiles {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  justify-content: stretch !important;
  align-items: start;
}

/* Each address card */
.address-book__profile {
  border: 1px solid #000066;
  padding: 18px 20px;
  background: #f5f5c3ff;
  box-sizing: border-box;
  min-width: 0;
}

/* Optional: make the default address stand out a bit */
.address-book__profile--default {
  border-width: 2px;
  border: 6px double #000066;
  background: #ffffe8ff;
}

/* Space above operations */
.address-book__operations {
  margin-top: 16px;
}

/* Optional: keep action links on one line if there is room */
.address-book__operations a {
  display: inline-block;
  margin-right: 12px;
}

/* If the Add address link sits above the grid, give it space */
.address-book__add-link {
  display: inline-block;
  margin: 0 0 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .address-book__profiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 991px) {
  .address-book__profiles {
    grid-template-columns: 1fr;
  }
}

/* Mobile: show labels always */
@media (max-width: 991px) {
  .verlag-sidebar-icon-tabs {
    width: 100%;
  }

  .verlag-sidebar-icon-tab {
    width: 100%;
    padding-left: 52px;
  }

  .verlag-sidebar-icon-tab__label {
    opacity: 1;
    transform: none;
  }
}




/* Exposed filters layout */
#views-exposed-form-verlag-product-catalog-page-1 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 28px !important;
  row-gap: 14px !important;
  align-items: end !important;
}

/* Each filter field block */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item {
  margin: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
}

/* Labels */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item label {
  display: block !important;
  margin-bottom: 8px !important;
}

/* Select fields */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item select {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 40px;
}

/* Apply button row */
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions {
  grid-column: 1 / -1 !important;
  margin: 4px 0 34px !important;
}

/* Keep button natural width */
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions input,
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions button {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
}

/* Row for the two dropdown filters */
#views-exposed-form-verlag-product-catalog-page-1 {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px 30px;
  align-items: flex-start;
}

/* Only the filter items */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item {
  display: grid !important;
  grid-template-columns: auto minmax(220px, 1fr);
  align-items: stretch;
  border: .5px solid #dcdcaa;
  background: #ffffff;
  min-width: 360px;
  margin: 0 !important;
  overflow: hidden;
}

/* Put Apply on its own row */
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions {
  flex: 0 0 100%;
  margin-top: 8px;
  margin-bottom: 30px;
}

/* Left label cell */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item > label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 4px 20px;
  font-weight: 700;
  font-size: 10pt;
  line-height: 2.2;
  color: #000066;
  background: #f6f6c0;
  border-right: .5px solid #dcdcaa;
  white-space: nowrap;
}

/* Right select */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 5px 0px 0px 20px;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #fff;
  color: #000066;
  font-weight: 500;
  font-size: 11pt;
  line-height: 2.2;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23000066' d='M5.5 7.5l4.5 5 4.5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 25px 25px;
}

/* Focus state */
#views-exposed-form-verlag-product-catalog-page-1 > .js-form-item > select:focus {
  outline: none;
  background-color: #f5f5f5;
}

/* Optional button styling cleanup */
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions input,
#views-exposed-form-verlag-product-catalog-page-1 > .form-actions button {
  margin: 0 !important;
}

/* Mobile */
@media (max-width: 900px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: block !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 > .js-form-item {
    min-width: 0;
    width: 100%;
    margin-bottom: 18px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    grid-template-columns: 1fr !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 > .form-actions {
    margin: 4px 0 24px !important;
  }
}

/* Center the pager and make it horizontal */
nav.pager {
  display: flex;
  justify-content: center;
  margin: 45px 0 6px;
  width: 100%;
  font-size: 12pt;
}

nav.pager .pager__items,
nav.pager ul.pager__items,
ul.pager__items.js-pager__items {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
}

/* Each pager item */
nav.pager .pager__item,
ul.pager__items.js-pager__items .pager__item {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}

/* Pager links */
nav.pager .pager__item a,
nav.pager .pager__item span,
ul.pager__items.js-pager__items .pager__item a,
ul.pager__items.js-pager__items .pager__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  text-decoration: none;
  color: #000066;
  font-weight: 700;
  line-height: 1.2;
}

/* Optional active page styling */
nav.pager .pager__item.is-active a,
nav.pager .pager__item.is-active span,
ul.pager__items.js-pager__items .pager__item.is-active a,
ul.pager__items.js-pager__items .pager__item.is-active span {
  text-decoration: underline;
}

/* Mobile keeps it centered */
@media (max-width: 767px) {
  nav.pager {
    margin: 20px 0 28px;
  }

  nav.pager .pager__items,
  nav.pager ul.pager__items,
  ul.pager__items.js-pager__items {
    gap: 10px;
  }
}


/* File download icon before file name */
.wellcome-content-box table.cols-3 td.views-field-commerce-file a,
.wellcome-content-box table.cols-3 td.views-field.views-field-commerce-file a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000066;
  text-decoration: none;
}

/* Add the icon */
.wellcome-content-box table.cols-3 td.views-field-commerce-file a::before,
.wellcome-content-box table.cols-3 td.views-field.views-field-commerce-file a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M5 20h14v-2H5zm7-18v10.17l3.59-3.58L17 10l-5 5-5-5 1.41-1.41L11 12.17V2z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M5 20h14v-2H5zm7-18v10.17l3.59-3.58L17 10l-5 5-5-5 1.41-1.41L11 12.17V2z'/></svg>");
}

/* Optional hover */
.wellcome-content-box table.cols-3 td.views-field-commerce-file a:hover,
.wellcome-content-box table.cols-3 td.views-field.views-field-commerce-file a:hover {
  text-decoration: underline;
}

/* Drupal active-state fix for left navigation */
.wellcome_area_left ul li {
  padding: 0;
}

.wellcome_area_left ul li > a {
  display: block;
  padding: 9px 28px;
  font-size: 14.5pt;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: -0.4pt;
  color: #ffffcc;
  text-transform: none;
  transition: 0.4s;
}

.wellcome_area_left ul li > a[href*="/writings-of-abd-ru-shin"] {
  display: block;
  width: 120px;
  white-space: normal;
  line-height: 1.15;
}

.wellcome_area_left ul li:hover > a,
.wellcome_area_left ul li > a.is-active,
.wellcome_area_left ul li > a[aria-current="page"] {
  background: #ffffcc !important;
  color: #000066 !important;
}

.header_area .block,
.top_menu .block,
.verlag-breadcrumb-bar .block,
.footer_area .block,
.down_menu .block,
.wellcome_area_left .block,
.wellcome_area_right .block {
  margin: 0;
}

.header_area .site-branding,
.header_area .site-branding__logo,
.header_area .site-branding__logo img,
.header_logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  shape-rendering: geometricPrecision;
  shape-rendering: crispEdges;
  transform: scale(1);
  backface-visibility: hidden;
}

.header_area .site-branding__name,
.header_area .site-branding__slogan {
  display: none;
}

.verlag-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.verlag-breadcrumb-bar {
  padding: 0 0 2px;
}

.verlag-breadcrumb-bar nav,
.verlag-breadcrumb-bar .breadcrumb {
  margin: 0;
  background: transparent;
}

.verlag-breadcrumb-bar .breadcrumb {
  padding: 0;
}

.verlag-breadcrumb-bar .breadcrumb__item,
.verlag-breadcrumb-bar .breadcrumb li {
  display: inline;
  color: #ffffcc;
}

.verlag-breadcrumb-bar .breadcrumb__item + .breadcrumb__item::before,
.verlag-breadcrumb-bar .breadcrumb li + li::before {
  content: '/';
  padding: 0 0.5rem;
  color: #ffffcc;
}

.verlag-breadcrumb-bar a {
  color: #ffffff;
  text-decoration: none;
}

.verlag-breadcrumb-bar a:hover,
.verlag-breadcrumb-bar a:focus {
  color: #ffffcc;
  text-decoration: underline;
}

.welcome-content-box > *:last-child {
  margin-bottom: 0;
}

.welcome-content-box h1,
.welcome-content-box h2,
.welcome-content-box h3,
.welcome-content-box h4,
.welcome-content-box h5,
.welcome-content-box h6,
.welcome-content-box .page-title,
.welcome-content-box .block-title {
  color: #000066;
  font-family: 'Stempel Garamond LT Pro Bold', 'Times New Roman', serif;
}

.welcome-content-box .page-title,
.welcome-content-box .block-title {
  font-size: 18pt;
  text-align: center;
  margin: 0 0 25px;
}

.welcome-content-box p,
.welcome-content-box li,
.welcome-content-box div,
.welcome-content-box span {
  color: #000066;
}

.welcome-content-box div{
  background: #ffffcc;
}
}

.welcome-content-box a {
  color: #000066;
  text-decoration: underline;
}

.welcome-content-box .messages,
.welcome-content-box .status-message,
.welcome-content-box .help {
  margin-bottom: 20px;
}

.wellcome_area_left .block-title {
  display: none;
}

.wellcome_area_left nav > ul,
.wellcome_area_left .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wellcome_area_left .menu-item,
.wellcome_area_left ul li {
  transition: 0.4s;
}

.wellcome_area_left .menu-item:hover,
.wellcome_area_left .menu-item--active-trail,
.wellcome_area_left .menu-item--active-trail > a,
.wellcome_area_left ul li:hover,
.wellcome_area_left ul li.active {
  background: #f6f6c0;
  color: #000066;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.wellcome_area_left .menu a {
  display: block;
}

.wellcome_area_left .menu-item:hover > a,
.wellcome_area_left .menu-item--active-trail > a {
  color: #000066;
    border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.wellcome_area_left .menu-item--expanded > ul {
  margin-top: 8px;
  padding-left: 10px;
  background: none;
  padding-top: 1px;
  padding-bottom: 25px;
  font-size: 11.5pt;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 10px;
  border-top: 1px solid #006;
}

.wellcome_area_right .block {
  margin-bottom: 25px;
}

.wellcome_area_right .block-title {
  font-size: 16pt;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffcc;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 0 2px 8px;
  position: relative;
}

.wellcome_area_right .block-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #ffffcc;
}

.wellcome_area_right ul,
.wellcome_area_right .menu {
  padding: 0 2px;
  margin: 0 0 20px;
  list-style: none;
}

.wellcome_area_right li,
.wellcome_area_right .menu-item {
  padding-bottom: 6px;
}

.wellcome_area_right a {
  color: #ffffcc;
}

.wellcome_area_right a:hover,
.wellcome_area_right a:focus {
  color: #ffffcc;
  text-decoration: underline !important;
}

.down_menu .menu,
.down_menu .menu--footer,
.down_menu nav > ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.down_menu .menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.down_menu .menu-item + .menu-item::before {
  content: '|';
  color: #ffffcc;
  margin-right: 20px;
}

.down_menu .menu-item a {
  color: #ffffcc;
}

.footer_area .block-title {
  display: none;
}

.footer_area a {
  color: #ffffcc;
}

.footer_area p,
.footer_area div,
.footer_area span {
  color: #ffffcc;
}

.verlag-mobile-nav {
  display: none;
  padding: 0 0 3px;
}

.verlag-mobile-nav .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.verlag-mobile-nav__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  margin-left: auto;
  margin-right: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  outline: none;
  color: #ffffcc;
  padding: 0;
  cursor: pointer;
}

.verlag-mobile-nav__toggle:focus {
  outline: 1px solid #000066;
  outline-offset: 2px;
}

.verlag-mobile-nav__icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.verlag-mobile-nav__icon span {
  display: block;
  width: 40px;
  height: 3px;
  background: #ffffcc;
}

.verlag-mobile-nav__panel {
  width: 100%;
  margin-top: 14px;
  border: 1px solid #000066;
  background: #000066;
}

.verlag-mobile-nav__panel[hidden] {
  display: none !important;
}

.verlag-mobile-nav__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.verlag-mobile-nav__panel li {
  border-top: 1px solid rgba(255, 255, 204, 0.46);
}

.verlag-mobile-nav__panel li:first-child {
  border-top: 0;
}

.verlag-mobile-nav__panel a {
  display: block;
  padding: 12px 16px;
  color: #ffffcc;
  text-decoration: none;
}

.verlag-mobile-nav__panel a:hover,
.verlag-mobile-nav__panel a:focus,
.verlag-mobile-nav__panel .menu-item--active-trail > a {
  background: #ffffcc;
  color: #000066;
}

@media only screen and (max-width: 991px) {
  .verlag-mobile-nav {
    display: block;
  }
  
  .verlag-main-layout .wellcome_area_inner {
    display: block;
  }

  .verlag-main-layout .wellcome_area_left,
  .verlag-main-layout .wellcome_area_mide,
  .verlag-main-layout .wellcome_area_right {
    width: auto;
  }
  
  .verlag-main-layout .wellcome_area_right {
  margin-right: 0px;
  display: none;
}

  .verlag-main-layout .wellcome_area_left {
    display: none;
  }

  .verlag-top-bar {
    display: block;
  }

  .top_menu_left,
  .top_menu_right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .top_menu_right {
    margin-top: 10px;
  }

  .down_menu .menu,
  .down_menu nav > ul {
    display: block;
  }

  .down_menu .menu-item {
    display: inline-flex;
    padding: 5px 8px;
  }

  .down_menu .menu-item + .menu-item::before {
    margin-right: 16px;
  }
}


/* -------------------------------------------------
   Verlag Commerce overrides
------------------------------------------------- */

/* General commerce text */
.commerce-product,
.commerce-checkout-flow,
.view-commerce-cart-form,
.cart-form,
.cart-empty-page,
.path-cart .welcome-content-box,
.path-checkout .welcome-content-box {
  color: #000066;
}

/* Headings */
.commerce-product h1,
.commerce-product h2,
.commerce-checkout-flow h2,
.commerce-checkout-flow h3,
.view-commerce-cart-form h2,
.view-commerce-cart-form h3,
.path-cart h1,
.path-cart h2,
.path-checkout h1,
.path-checkout h2 {
  color: #000066;
}

/* Messages */
.messages,
[role="alert"] {
  background: transparent;
  border: 0;
  color: #000066;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: none;
}

/* List/original price */
.field--name-list-price,
.field--name-list-price .commerce-price-formatted,
.field--name-list-price .price,
.views-field-list-price,
.views-field-list_price,
.views-field-variation_list_price {
  text-decoration: line-through !important;
  color: #666666 !important;
}


.views-field-price__number{
  font-weight: 700 !important;
  font-size: 16pt;
  margin-top: 10px;
}


/* -------------------------------------------------
   Buttons
------------------------------------------------- */
.button,
.button--primary,
input[type="submit"],
input[type="button"],
button,
a.button,
.commerce-order-item-add-to-cart-form .form-submit {

  border: 1px solid #000066;
  padding: 3px 5px;
  font-weight: 700;
  text-transform: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 10pt;
  background: #ffffcc;
  color: #000066 !important;
  text-decoration: none;
}

.button:hover,
.button:focus,
.button--primary:hover,
.button--primary:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus,
a.button:hover,
a.button:focus,
.commerce-order-item-add-to-cart-form .form-submit:hover,
.commerce-order-item-add-to-cart-form .form-submit:focus {
  background: #000066;
  color: #ffffcc !important;
  border-color: #000066;
  text-decoration: none;
}

.button:hover{
  color: #ffffcc !important;
}

/* Secondary inline links beside buttons */
.form-actions a,
.commerce-checkout-flow a,
.view-commerce-cart-form a {
  color: #000066;
  font-weight: 600;
}

/* -------------------------------------------------
   Form fields
------------------------------------------------- */
.form-text,
.form-email,
.form-tel,
.form-search,
.form-number,
.form-select,
.form-textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #000066;
  border: 1px solid #9b9bb2;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 1px;
  line-height: 1.5;
  height: 28px;
  font-size: 11pt;
}

.form-text:focus,
.form-email:focus,
.form-tel:focus,
.form-search:focus,
.form-number:focus,
.form-select:focus,
.form-textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #000066;
  outline: none;
  box-shadow: 0 0 0 1px #000066;
  font-size: 11pt;
}

label,
.form-item label,
fieldset legend,
legend {
  color: #000066;
  font-weight: 700;
  font-size: 10.5pt;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type="tel"], .iti--allow-dropdown input[type="text"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="tel"], .iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 50px;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  height: 28px;
  padding-top: 22px;
  padding-bottom: 22px;
}


/* -------------------------------------------------
   Checkout panes / fieldsets
------------------------------------------------- */
.commerce-checkout-flow fieldset,
.checkout-pane,
.commerce-checkout-flow .panel,
.commerce-checkout-flow .layout-region-checkout-main fieldset,
.commerce-checkout-flow .layout-region-checkout-secondary {
  border: 1px solid #000066;
  padding: 16px 18px 18px;
  margin-bottom: 18px;
  background: transparent;
  margin-top: 30px;
}

.commerce-checkout-flow legend,
.checkout-pane legend {
  padding: 0 6px;
  margin-bottom: 8px;
  font-size: 11.5pt;
  background: #e9e9bb;
}

.commerce-checkout-flow .form-item {
  margin-bottom: 12px;
}

.commerce-checkout-flow .form-actions {
  margin-top: 18px;
}

.commerce-checkout-flow .form-actions .button,
.commerce-checkout-flow .form-actions input[type="submit"] {
  margin-right: 10px;
  margin-bottom: 8px;
  font-size: 12pt;
}

/* Two-column checkout layout if regions exist */
.commerce-checkout-flow .layout-region-checkout-main,
.commerce-checkout-flow .layout-region-checkout-secondary {
  box-sizing: border-box;
}

@media (min-width: 780px) {
  #edit-login {
    overflow: auto;
    border: none;
  }
}

@media only screen and (min-width: 900px) {
  .commerce-checkout-flow .layout-region-checkout-main {
    float: left;
    padding-right: 15px;
    max-width: 43%;
    font-size: 10.5pt;
  }

  .commerce-checkout-flow .layout-region-checkout-secondary {
    float: right;
    background: #f9f9c2;
    border: none;
    width: 57%;
  }

  .commerce-checkout-flow:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (max-width: 899px) {
  .commerce-checkout-flow .layout-region-checkout-main,
  .commerce-checkout-flow .layout-region-checkout-secondary {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}


/* -------------------------------------------------
   Order summary / totals
------------------------------------------------- */
.checkout-pane-order-summary,
.view-commerce-cart-form .order-total-line,
.order-total-line,
.order-total-summary,
.commerce-checkout-flow .view-commerce-checkout-order-summary {
  color: #000066;
}

.order-total-line,
.order-total-summary__subtotal,
.order-total-summary__total,
.checkout-pane-order-summary .order-total-line {
  font-weight: 700;
}

.commerce-checkout-flow table,
.view-commerce-cart-form table,
table.checkout-review-order-summary {
  width: 100%;
  border-collapse: collapse;
  color: #000066;
  font-size: 10pt;
}

.commerce-checkout-flow th,
.commerce-checkout-flow td,
.view-commerce-cart-form th,
.view-commerce-cart-form td,
table.checkout-review-order-summary th,
table.checkout-review-order-summary td {
  padding: 1px 1px;
  border-bottom: 1px solid #d2d2a6;
  vertical-align: middle;
}

.commerce-checkout-flow th,
.view-commerce-cart-form th,
table.checkout-review-order-summary th {
  font-weight: 700;
}

/* -------------------------------------------------
   Cart page
------------------------------------------------- */
.view-commerce-cart-form .views-form,
.cart-form {
  color: #000066;
}

.view-commerce-cart-form table,
.cart-form table {
  margin-bottom: 20px;
  width: 100%;
  text-align: match-parent;
  font-size: 12pt;
}

.view-commerce-cart-form input[type="number"],
.cart-form input[type="number"] {
  width: 55px;
  min-width: 55px;
  text-align: center;
}

.view-commerce-cart-form .form-actions,
.cart-form .form-actions {
  margin-top: 18px;
}

.view-commerce-cart-form .form-actions .button,
.cart-form .form-actions .button,
.view-commerce-cart-form .form-actions input[type="submit"],
.cart-form .form-actions input[type="submit"] {
  margin-right: 8px;
  margin-bottom: 8px;
  color: #ffffcc;
  font-size: 14pt;
  font-family: 'OpenSans-SemiBold', sans-serif;
  padding: 10px 14px;
}

/* Totals alignment */
.view-commerce-cart-form .order-total-line,
.cart-form .order-total-line {
  text-align: right;
  font-size: 0.85em;
}

/* -------------------------------------------------
   Product page
------------------------------------------------- */
.commerce-product .field--name-price,
.commerce-product .commerce-product__price,
.commerce-product .price {
  color: #000066;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 12px 0;
}

.commerce-order-item-add-to-cart-form {
  margin-top: 14px;
}

.commerce-order-item-add-to-cart-form .form-item-quantity,
.commerce-order-item-add-to-cart-form .form-item {
  margin-bottom: 12px;
  display: none;
}

.commerce-order-item-add-to-cart-form input[type="number"] {
  width: 90px;
  max-width: 90px;
}

/* Variation selector if present */
.commerce-order-item-add-to-cart-form select {
  max-width: 260px;
  display: none;
}

/* -------------------------------------------------
   Cart block / cart popup
------------------------------------------------- */
.cart-block--summary,
.cart-block--link,
.cart-block--contents,
.cart--cart-block,
.block-commerce-cart {
  color: #ffffcc;
}

.block-commerce-cart .content {
  position: relative;
}

.cart-block--contents,
.cart--cart-block__contents,
.block-commerce-cart .cart-block--contents {
  background: #ffffcc;
  color: #000066;
  border: 1px solid #9b9bb2;
  padding: 14px;
  min-width: 240px;
  box-shadow: none;
  right: 0;
  left: auto;
}

.cart-block--contents a,
.cart--cart-block__contents a {
  color: #000066;
}

.cart-block--contents .button,
.cart--cart-block__contents .button {
  display: inline-block;
  margin-top: 10px;
}

.order-total-line-label {
  display: inline-block;
  padding: 0 10px;
  font-size: 10pt;
}

/* -------------------------------------------------
   Coupon / promo fields
------------------------------------------------- */
form.commerce-coupon-redemption-form,
.commerce-coupon-redemption-form {
  margin-top: 18px;
}

.commerce-coupon-redemption-form .form-item {
  margin-bottom: 10px;
}

/* -------------------------------------------------
   Accessibility / spacing polish
------------------------------------------------- */
.commerce-product img,
.view-commerce-cart-form img,
.commerce-checkout-flow img {
  max-width: 100%;
  height: auto;
}

.path-cart .welcome-content-box,
.path-checkout .welcome-content-box,
.commerce-checkout-flow,
.view-commerce-cart-form,
.commerce-product {
  font-size: 11pt;
  line-height: 1.45;
}

/* -------------------------------------------------
   Mobile adjustments
------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .commerce-checkout-flow fieldset,
  .checkout-pane {
    padding: 6px;
  }

  .commerce-checkout-flow legend,
  .checkout-pane legend {
    font-size: 1rem;
  }

  .view-commerce-cart-form th,
  .view-commerce-cart-form td,
  .cart-form th,
  .cart-form td {
    padding: 6px 6px;
    font-size: 0.95rem;
  }

  .view-commerce-cart-form .order-total-line,
  .cart-form .order-total-line {
    text-align: left;
  }

  .cart-block--contents,
  .cart--cart-block__contents {
    min-width: 200px;
    max-width: 90vw;
  }
}


/* Commerce buttons only */
.path-cart .button,
.path-cart .button--primary,
.path-cart input[type="submit"],
.path-cart input[type="button"],
.path-cart button,
.path-cart a.button,
.path-checkout .button,
.path-checkout .button--primary,
.path-checkout input[type="submit"],
.path-checkout input[type="button"],
.path-checkout button,
.path-checkout a.button,
.commerce-order-item-add-to-cart-form .form-submit {
  background: #000066;
  color: #ffffcc !important;
  border: 1px solid #000066;
  padding: 14px 14px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14pt;
  font-family: 'OpenSans-SemiBold', sans-serif;
}

.commerce-order-item-add-to-cart-form .form-submit {
  background: #000066;
  color: #ffffcc !important;
  border: 2px solid #000066;
  padding: 8px 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 13pt;
  font-family: 'OpenSans-SemiBold', sans-serif;
  border-radius: 30px;
}

.views-view-responsive-grid--horizontal {
  align-content: center;
  text-align: center;
}

.views-view-responsive-grid__item-inner {
border: 1px solid #cbcb9f;
  padding-left: 10px;
  padding-right: 10px;
  align-content: center;
  text-align: center;
  height: 370px;
  border-bottom: 3px solid #000066;

}
.path-cart .button:hover,
.path-cart .button:focus,
.path-cart .button--primary:hover,
.path-cart .button--primary:focus,
.path-cart input[type="submit"]:hover,
.path-cart input[type="submit"]:focus,
.path-cart input[type="button"]:hover,
.path-cart input[type="button"]:focus,
.path-cart button:hover,
.path-cart button:focus,
.path-cart a.button:hover,
.path-cart a.button:focus,
.path-checkout .button:hover,
.path-checkout .button:focus,
.path-checkout .button--primary:hover,
.path-checkout .button--primary:focus,
.path-checkout input[type="submit"]:hover,
.path-checkout input[type="submit"]:focus,
.path-checkout input[type="button"]:hover,
.path-checkout input[type="button"]:focus,
.path-checkout button:hover,
.path-checkout button:focus,
.path-checkout a.button:hover,
.path-checkout a.button:focus,
.commerce-order-item-add-to-cart-form .form-submit:hover,
.commerce-order-item-add-to-cart-form .form-submit:focus {
  background: #ffffcc;
  color: #000066 !important;
  border-color: #000066;
  text-decoration: none;
}




/**************/


/* Checkout layout: order summary full width on top, shipping/payment below. */
@media only screen and (min-width: 900px) {

  .commerce-checkout-flow .layout-checkout-form {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }

  /* Put Order summary / coupon area first and full width. */
  .commerce-checkout-flow .layout-region-checkout-secondary {
    order: 1 !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }

  /* Put the main checkout area under the summary. */
  .commerce-checkout-flow .layout-region-checkout-main {
    order: 2 !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  /* Left column: shipping information. */
  .commerce-checkout-flow #shipping-information-wrapper,
  .commerce-checkout-flow #edit-shipping-information {
    grid-column: 1 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Right column: payment information. */
  .commerce-checkout-flow #edit-payment-information {
    grid-column: 2 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
  }

  /* Footer / continue button stays under both columns. */
  .commerce-checkout-flow .layout-region-checkout-footer {
    order: 3 !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Keep checkout stacked on mobile/tablet. */
@media only screen and (max-width: 899px) {
  .commerce-checkout-flow .layout-checkout-form,
  .commerce-checkout-flow .layout-region-checkout-main {
    display: block !important;
  }

  .commerce-checkout-flow .layout-region-checkout-main,
  .commerce-checkout-flow .layout-region-checkout-secondary,
  .commerce-checkout-flow .layout-region-checkout-footer {
    float: none !important;
    width: 100% !important;
  }
}

/* Checkout: Shipping and Payment each 50% full width below order summary. */
@media only screen and (min-width: 900px) {

  .commerce-checkout-flow .layout-region-checkout-main {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .commerce-checkout-flow #shipping-information-wrapper,
  .commerce-checkout-flow #edit-shipping-information {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    box-sizing: border-box !important;
    padding-right: 12px !important;
  }

  .commerce-checkout-flow #edit-payment-information {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    box-sizing: border-box !important;
    padding-left: 12px !important;
    margin-top: 0 !important;
  }
}

/* Checkout final layout correction:
   Order summary full width on top.
   Shipping and Payment below as two equal columns. */
@media only screen and (min-width: 900px) {

  form[id^="commerce-checkout-flow"] .layout-checkout-form {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 0 !important;
  }

  /* Order summary / coupon area: full width top row. */
  form[id^="commerce-checkout-flow"] .layout-region-checkout-secondary {
    order: 1 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 20px 0 !important;
  }

  /* Main area becomes the two-column row. */
  form[id^="commerce-checkout-flow"] .layout-region-checkout-main {
    order: 2 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 24px !important;
    align-items: start !important;
  }

  /* Shipping column: left half. */
  form[id^="commerce-checkout-flow"] #shipping-information-wrapper {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Shipping fieldset must fill its column instead of shrinking. */
  form[id^="commerce-checkout-flow"] #edit-shipping-information {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  /* Payment column: right half. */
  form[id^="commerce-checkout-flow"] #edit-payment-information {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  /* Let the inner wrappers fill the boxes. */
  form[id^="commerce-checkout-flow"] #edit-shipping-information .fieldset-wrapper,
  form[id^="commerce-checkout-flow"] #edit-payment-information .fieldset-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Continue button under both columns. */
  form[id^="commerce-checkout-flow"] .layout-region-checkout-footer {
    order: 3 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box !important;
    margin-top: 20px !important;
  }
}

/* Checkout section title bars: blue background with cream text. */
.commerce-checkout-flow fieldset.checkout-pane > legend,
.commerce-checkout-flow fieldset[id^="edit-shipping-information"] > legend,
.commerce-checkout-flow fieldset#edit-payment-information > legend,
.commerce-checkout-flow .checkout-pane > legend {
  background: #000066 !important;
  color: #ffffcc !important;
  padding: 8px 14px !important;
  margin-left: 14px !important;
  border: 1px solid #000066 !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.commerce-checkout-flow fieldset.checkout-pane > legend .fieldset-legend,
.commerce-checkout-flow fieldset[id^="edit-shipping-information"] > legend .fieldset-legend,
.commerce-checkout-flow fieldset#edit-payment-information > legend .fieldset-legend,
.commerce-checkout-flow .checkout-pane > legend .fieldset-legend {
  background: transparent !important;
  color: #ffffcc !important;
  padding: 0 !important;
}

/* Shipping method inner title also blue/cream. */
.commerce-checkout-flow #edit-shipping-information fieldset > legend,
.commerce-checkout-flow fieldset[id*="shipping-method"] > legend {
  background: #000066 !important;
  color: #ffffcc !important;
  padding: 6px 12px !important;
  border: 1px solid #000066 !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.commerce-checkout-flow #edit-shipping-information fieldset > legend .fieldset-legend,
.commerce-checkout-flow fieldset[id*="shipping-method"] > legend .fieldset-legend {
  background: transparent !important;
  color: #ffffcc !important;
  padding: 0 !important;
}

/* Order summary title. */
.commerce-checkout-flow .layout-region-checkout-secondary h3,
.commerce-checkout-flow #edit-order-summary h3,
.commerce-checkout-flow [data-drupal-selector="edit-order-summary"] h3 {
  background: #000066 !important;
  color: #ffffcc !important;
  padding: 10px 14px !important;
  margin: 0 0 14px 0 !important;
  border: 1px solid #000066 !important;
  text-align: center !important;
  font-weight: 700 !important;
}

/* Checkout dropdown: make address selector look like the reference. */
.commerce-checkout-flow select.available-profiles,
.commerce-checkout-flow select[name="shipping_information[shipping_profile][select_address]"],
.commerce-checkout-flow #edit-shipping-information-shipping-profile-select-address {
  width: 100% !important;
  max-width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 6px 12px !important;
  background: #ffffff !important;
  color: #000066 !important;
  border: 1px solid #9999bb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

/* Keep dropdown label clean and aligned. */
.commerce-checkout-flow label[for="edit-shipping-information-shipping-profile-select-address"] {
  display: block !important;
  color: #000066 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

/* Shopping cart table styling. */
form[id^="views-form-commerce-cart-form"] table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-top: 20px !important;
  color: #000066 !important;
  font-size: 15px !important;
}

/* Header row. */
form[id^="views-form-commerce-cart-form"] table thead th {
  background: #000066 !important;
  color: #ffffcc !important;
  padding: 12px 10px !important;
  border: 1px solid #000066 !important;
  font-weight: 700 !important;
  text-align: left !important;
}

/* Add the word Image to the blank image heading. */
form[id^="views-form-commerce-cart-form"] table thead th.views-field-field-image {
  font-size: 0 !important;
  text-align: center !important;
}

form[id^="views-form-commerce-cart-form"] table thead th.views-field-field-image::before {
  content: "Image";
  font-size: 15px !important;
}

/* Rename Item heading to Product Name. */
form[id^="views-form-commerce-cart-form"] table thead th.views-field-purchased-entity {
  font-size: 0 !important;
}

form[id^="views-form-commerce-cart-form"] table thead th.views-field-purchased-entity::before {
  content: "Product Name";
  font-size: 15px !important;
}

/* Rename Price heading to Unit Price. */
form[id^="views-form-commerce-cart-form"] table thead th.views-field-unit-price__number {
  font-size: 0 !important;
  text-align: right !important;
}

form[id^="views-form-commerce-cart-form"] table thead th.views-field-unit-price__number::before {
  content: "Unit Price";
  font-size: 15px !important;
}

/* Body cells. */
form[id^="views-form-commerce-cart-form"] table tbody td {
  padding: 10px !important;
  border: 1px solid rgba(0, 0, 102, 0.25) !important;
  vertical-align: middle !important;
  background: #f7f5c6 !important;
}

/* Image column. */
form[id^="views-form-commerce-cart-form"] table td.views-field-field-image,
form[id^="views-form-commerce-cart-form"] table th.views-field-field-image {
  width: 120px !important;
  text-align: center !important;
}

form[id^="views-form-commerce-cart-form"] table td.views-field-field-image img {
  max-width: 90px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border: 1px solid rgba(0, 0, 102, 0.18) !important;
  background: #ffffcc !important;
  padding: 4px !important;
}

/* Product name column. */
form[id^="views-form-commerce-cart-form"] table td.views-field-purchased-entity {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* Price and total columns. */
form[id^="views-form-commerce-cart-form"] table td.views-field-unit-price__number,
form[id^="views-form-commerce-cart-form"] table td.views-field-total-price__number,
form[id^="views-form-commerce-cart-form"] table th.views-field-unit-price__number,
form[id^="views-form-commerce-cart-form"] table th.views-field-total-price__number {
  text-align: right !important;
  white-space: nowrap !important;
}

/* Quantity column. */
form[id^="views-form-commerce-cart-form"] table td.views-field-edit-quantity,
form[id^="views-form-commerce-cart-form"] table th.views-field-edit-quantity {
  text-align: center !important;
  width: 120px !important;
}

form[id^="views-form-commerce-cart-form"] table input.form-number,
form[id^="views-form-commerce-cart-form"] table input[type="number"] {
  width: 60px !important;
  height: 38px !important;
  text-align: center !important;
  border: 1px solid rgba(0, 0, 102, 0.35) !important;
  color: #000066 !important;
  background: #ffffff !important;
  font-size: 15px !important;
}

/* Remove button. */
form[id^="views-form-commerce-cart-form"] table td.views-field-remove-button,
form[id^="views-form-commerce-cart-form"] table th.views-field-remove-button {
  text-align: center !important;
  width: 90px !important;
}

form[id^="views-form-commerce-cart-form"] table input.delete-order-item,
form[id^="views-form-commerce-cart-form"] table input[value="Remove"] {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  padding: 4px 8px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* Cart subtotal / total area. */
form[id^="views-form-commerce-cart-form"] [data-drupal-selector="order-total-summary"],
form[id^="views-form-commerce-cart-form"] .order-total-line {
  color: #000066 !important;
  font-weight: 700 !important;
}

/* Buttons under cart. */
form[id^="views-form-commerce-cart-form"] .form-actions input,
form[id^="views-form-commerce-cart-form"] .form-actions a,
form[id^="views-form-commerce-cart-form"] input.button {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  padding: 8px 16px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Restore cart button rollover / hover effect. */
form[id^="views-form-commerce-cart-form"] .form-actions input:hover,
form[id^="views-form-commerce-cart-form"] .form-actions input:focus,
form[id^="views-form-commerce-cart-form"] .form-actions a:hover,
form[id^="views-form-commerce-cart-form"] .form-actions a:focus,
form[id^="views-form-commerce-cart-form"] input.button:hover,
form[id^="views-form-commerce-cart-form"] input.button:focus {
  background: #000066 !important;
  color: #ffffcc !important;
  border-color: #000066 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

/* Pressed state. */
form[id^="views-form-commerce-cart-form"] .form-actions input:active,
form[id^="views-form-commerce-cart-form"] .form-actions a:active,
form[id^="views-form-commerce-cart-form"] input.button:active {
  background: #000044 !important;
  color: #ffffcc !important;
}

/* Contact form: make dropdowns readable and message field taller. */
form[id^="webform-submission-contact"] select,
form.webform-submission-contact-add-form select {
  height: 40px !important;
  min-height: 40px !important;
  padding: 6px 12px !important;
  background: #ffffff !important;
  color: #000066 !important;
  border: 1px solid #9999bb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
}

/* Title dropdown: give it enough room to show full text. */
form[id^="webform-submission-contact"] #edit-full-name-title,
form.webform-submission-contact-add-form #edit-full-name-title {
  width: 100% !important;
  min-width: 220px !important;
}

/* Subject dropdown: give it enough room to show full text. */
form[id^="webform-submission-contact"] #edit-topic,
form.webform-submission-contact-add-form #edit-topic {
  width: 100% !important;
  min-width: 320px !important;
}

/* Let the Title and Subject field boxes expand with their dropdowns. */
form[id^="webform-submission-contact"] fieldset#edit-full-name-title,
form[id^="webform-submission-contact"] fieldset#edit-topic,
form.webform-submission-contact-add-form fieldset#edit-full-name-title,
form.webform-submission-contact-add-form fieldset#edit-topic {
  width: auto !important;
  min-width: 240px !important;
  box-sizing: border-box !important;
}

/* Contact form message field: make it longer/taller. */
form[id^="webform-submission-contact"] textarea#edit-message,
form.webform-submission-contact-add-form textarea#edit-message {
  width: 100% !important;
  min-height: 260px !important;
  height: 260px !important;
  padding: 10px 12px !important;
  background: #ffffff !important;
  color: #000066 !important;
  border: 1px solid #9999bb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
}

/* Contact form: fix Title / First / Last row overlap. */
@media only screen and (min-width: 768px) {
  form[id^="webform-submission-contact"] .webform-name > .webform-flexbox,
  form.webform-submission-contact-add-form .webform-name > .webform-flexbox {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 24px !important;
    align-items: end !important;
    width: 100% !important;
  }

  form[id^="webform-submission-contact"] .webform-name__title,
  form.webform-submission-contact-add-form .webform-name__title {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 220px !important;
  }

  form[id^="webform-submission-contact"] .webform-name__first,
  form.webform-submission-contact-add-form .webform-name__first {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  form[id^="webform-submission-contact"] .webform-name__last,
  form.webform-submission-contact-add-form .webform-name__last {
    grid-column: 3 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  form[id^="webform-submission-contact"] #edit-full-name-title,
  form.webform-submission-contact-add-form #edit-full-name-title {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 220px !important;
    box-sizing: border-box !important;
  }

  form[id^="webform-submission-contact"] #edit-full-name-title select,
  form.webform-submission-contact-add-form #edit-full-name-title select,
  form[id^="webform-submission-contact"] #edit-full-name-first,
  form.webform-submission-contact-add-form #edit-full-name-first,
  form[id^="webform-submission-contact"] #edit-full-name-last,
  form.webform-submission-contact-add-form #edit-full-name-last {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Contact form: reduce message field height. */
form[id^="webform-submission-contact"] textarea#edit-message,
form.webform-submission-contact-add-form textarea#edit-message {
  height: 180px !important;
  min-height: 180px !important;
}

/* Contact form: final name row sizing. Smaller Title, wider First and Last. */
@media only screen and (min-width: 768px) {
  form[id^="webform-submission-contact"] .webform-name > .webform-flexbox,
  form.webform-submission-contact-add-form .webform-name > .webform-flexbox {
    display: grid !important;
    grid-template-columns: 170px minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 18px !important;
    align-items: end !important;
    width: 100% !important;
  }

  form[id^="webform-submission-contact"] .webform-name__title,
  form.webform-submission-contact-add-form .webform-name__title {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
  }

  form[id^="webform-submission-contact"] fieldset#edit-full-name-title,
  form.webform-submission-contact-add-form fieldset#edit-full-name-title {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    box-sizing: border-box !important;
  }

  form[id^="webform-submission-contact"] #edit-full-name-title,
  form.webform-submission-contact-add-form #edit-full-name-title {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  form[id^="webform-submission-contact"] #edit-full-name-first,
  form[id^="webform-submission-contact"] #edit-full-name-last,
  form.webform-submission-contact-add-form #edit-full-name-first,
  form.webform-submission-contact-add-form #edit-full-name-last {
    width: 100% !important;
    max-width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
  }
}

/* Mobile top row: hamburger left, sidebar icons right. */
@media only screen and (max-width: 991px) {

  /* Make the mobile nav bar the top positioning area. */
  .verlag-mobile-nav {
    position: relative !important;
    min-height: 44px !important;
    background: #000066 !important;
    z-index: 1000 !important;
  }

  .verlag-mobile-nav .container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 44px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* Move hamburger to far left. */
  .verlag-mobile-nav__toggle {
    margin-left: 0 !important;
    margin-right: auto !important;
    order: 1 !important;
  }

  /* Move the right sidebar icon block to the top-right on mobile. */
  aside.welcome_area_right,
  .welcome_area_right {
    position: absolute !important;
    top: 0 !important;
    right: 8px !important;
    width: auto !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1001 !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
  }

  /* Turn the sidebar links into one horizontal icon row. */
  .welcome_area_right .verlag-sidebar-icon-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #272878 !important;
    color: #ffffcc !important;
    border: 1px solid rgba(255, 255, 204, 0.2) !important;
    font-size: 0 !important;
    text-decoration: none !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab i,
  .welcome_area_right .verlag-sidebar-icon-tab .fa,
  .welcome_area_right .verlag-sidebar-icon-tab svg,
  .welcome_area_right .verlag-sidebar-icon-tab span[class*="icon"] {
    font-size: 15px !important;
    line-height: 1 !important;
    color: #ffffcc !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab:hover,
  .welcome_area_right .verlag-sidebar-icon-tab:focus {
    background: #ffffcc !important;
    color: #000066 !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab:hover i,
  .welcome_area_right .verlag-sidebar-icon-tab:focus i,
  .welcome_area_right .verlag-sidebar-icon-tab:hover .fa,
  .welcome_area_right .verlag-sidebar-icon-tab:focus .fa {
    color: #000066 !important;
  }
}

/* Mobile header correction:
   Hamburger stays top-left.
   Right sidebar icons stay top-right.
   Open menu drops below the top row. */
@media only screen and (max-width: 991px) {

  .verlag-mobile-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    min-height: 48px !important;
    background: #000066 !important;
    z-index: 5000 !important;
  }

  .verlag-mobile-nav > .container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
  }

  /* Hamburger: always first, top-left. */
  .verlag-mobile-nav__toggle {
    order: 1 !important;
    position: relative !important;
    z-index: 5010 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
  }

  /* The opened mobile menu must sit below the hamburger row, not above it. */
  .verlag-mobile-nav__panel,
  #verlag-mobile-menu {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    position: static !important;
    z-index: 5005 !important;
    box-sizing: border-box !important;
  }

  /* Right sidebar icons: pin to top-right on mobile. */
  aside.welcome_area_right,
  .welcome_area_right {
    position: absolute !important;
    top: 4px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 5020 !important;
    width: auto !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    background: transparent !important;
  }

  .welcome_area_right > div,
  .welcome_area_right .block,
  .welcome_area_right .field,
  .welcome_area_right .field__item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #272878 !important;
    color: #ffffcc !important;
    border: 1px solid rgba(255, 255, 204, 0.25) !important;
    font-size: 0 !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab .fa,
  .welcome_area_right .verlag-sidebar-icon-tab i {
    font-size: 15px !important;
    color: #ffffcc !important;
    line-height: 1 !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab:hover,
  .welcome_area_right .verlag-sidebar-icon-tab:focus {
    background: #ffffcc !important;
    color: #000066 !important;
  }

  .welcome_area_right .verlag-sidebar-icon-tab:hover .fa,
  .welcome_area_right .verlag-sidebar-icon-tab:focus .fa,
  .welcome_area_right .verlag-sidebar-icon-tab:hover i,
  .welcome_area_right .verlag-sidebar-icon-tab:focus i {
    color: #000066 !important;
  }
}

/* Mobile nav row: hamburger left, account/sidebar icons right. */
@media only screen and (max-width: 991px) {

  .verlag-mobile-nav {
    position: relative !important;
    background: #000066 !important;
    min-height: 48px !important;
    z-index: 5000 !important;
  }

  .verlag-mobile-nav > .container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 48px !important;
    padding: 4px 10px !important;
    box-sizing: border-box !important;
  }

  /* Hamburger stays top-left. */
  .verlag-mobile-nav__toggle {
    order: 1 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 5010 !important;
  }

  /* New top-right icon holder. */
  .verlag-mobile-sidebar-icons {
    order: 2 !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    height: 42px !important;
    position: relative !important;
    z-index: 5010 !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #272878 !important;
    color: #ffffcc !important;
    border: 1px solid rgba(255, 255, 204, 0.25) !important;
    font-size: 0 !important;
    text-decoration: none !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab i {
    font-size: 15px !important;
    color: #ffffcc !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:hover,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:focus {
    background: #ffffcc !important;
    color: #000066 !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:hover .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:focus .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:hover i,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:focus i {
    color: #000066 !important;
  }

  /* Open menu drops below the top row. */
  .verlag-mobile-nav__panel,
  #verlag-mobile-menu {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 6px !important;
    position: static !important;
  }

  /* Hide the original bottom right-sidebar location on mobile. */
  .welcome_area_inner > aside.welcome_area_right {
    display: none !important;
  }
}

/* Do not show mobile sidebar icons on desktop. */
@media only screen and (min-width: 992px) {
  .verlag-mobile-sidebar-icons {
    display: none !important;
  }
}

/* Final mobile top bar alignment:
   hamburger far left, shortcut icons far right, same row above cream content. */
@media only screen and (max-width: 991px) {

  .verlag-mobile-nav {
    display: block !important;
    width: 100% !important;
    background: #000066 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 46px !important;
    position: relative !important;
    z-index: 5000 !important;
  }

  .verlag-mobile-nav > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 4px 3px !important;
    box-sizing: border-box !important;

    display: grid !important;
    grid-template-columns: 46px 1fr auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    column-gap: 8px !important;
  }

  /* Hamburger: force it to the left side of the top row. */
  .verlag-mobile-nav__toggle {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: center !important;

    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 5010 !important;
  }

  /* Shortcut icons: force them to the far right of the same top row. */
  .verlag-mobile-sidebar-icons {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;

    width: auto !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 5010 !important;
    background: transparent !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Open menu must drop below the top row. */
  .verlag-mobile-nav__panel,
  #verlag-mobile-menu {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    position: static !important;
    z-index: 5005 !important;
  }

  /* Keep the original sidebar from appearing at the bottom on mobile. */
  .welcome_area_inner > aside.welcome_area_right {
    display: none !important;
  }
}

/* Mobile only: right sidebar icons horizontal row with rounded boxes. */
@media only screen and (max-width: 991px) {

  .verlag-mobile-sidebar-icons,
  .verlag-mobile-sidebar-icons > div,
  .verlag-mobile-sidebar-icons .block,
  .verlag-mobile-sidebar-icons .field,
  .verlag-mobile-sidebar-icons .field__items,
  .verlag-mobile-sidebar-icons .field__item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tabs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab {
    display: inline-flex !important;
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }
}

/* Mobile only: remove extra spacer under the printer icon in top shortcut row. */
@media only screen and (max-width: 991px) {
  .verlag-mobile-sidebar-icons #block-verlag-print .spacer-10,
  .verlag-mobile-sidebar-icons .spacer-10 {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .verlag-mobile-sidebar-icons #block-verlag-print,
  .verlag-mobile-sidebar-icons #block-verlag-print > div,
  .verlag-mobile-sidebar-icons #block-verlag-print .field,
  .verlag-mobile-sidebar-icons #block-verlag-print .field__item {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
}

/* Mobile only: remove icon box borders/outlines and match desktop icon background. */
@media only screen and (max-width: 991px) {
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab,
  .verlag-mobile-sidebar-icons #block-verlag-print a,
  .verlag-mobile-sidebar-icons a {
    background: #272775 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #ffffcc !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:focus,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab:active,
  .verlag-mobile-sidebar-icons #block-verlag-print a:focus,
  .verlag-mobile-sidebar-icons #block-verlag-print a:active,
  .verlag-mobile-sidebar-icons a:focus,
  .verlag-mobile-sidebar-icons a:active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* Mobile only: hide the original right sidebar at the bottom of the page. */
@media only screen and (max-width: 991px) {
  body aside.welcome_area_right,
  body .welcome_area_inner aside.welcome_area_right,
  body .welcome_area_inner .welcome_area_right,
  body main + aside.welcome_area_right {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Keep the copied top mobile icons visible. */
  body .verlag-mobile-sidebar-icons {
    display: flex !important;
    visibility: visible !important;
    height: 42px !important;
    overflow: visible !important;
  }

  /* Mobile top icon active state. */
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.is-active,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.active,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab[aria-current="page"],
  .verlag-mobile-sidebar-icons .is-active > .verlag-sidebar-icon-tab,
  .verlag-mobile-sidebar-icons .active > .verlag-sidebar-icon-tab {
    background: #ffffcc !important;
    color: #000066 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.is-active .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.active .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab[aria-current="page"] .fa,
  .verlag-mobile-sidebar-icons .is-active > .verlag-sidebar-icon-tab .fa,
  .verlag-mobile-sidebar-icons .active > .verlag-sidebar-icon-tab .fa,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.is-active i,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab.active i,
  .verlag-mobile-sidebar-icons .verlag-sidebar-icon-tab[aria-current="page"] i,
  .verlag-mobile-sidebar-icons .is-active > .verlag-sidebar-icon-tab i,
  .verlag-mobile-sidebar-icons .active > .verlag-sidebar-icon-tab i {
    color: #000066 !important;
  }
}

/* Mobile only: hide the old bottom mobile sidebar / quicklinks version. */
@media only screen and (max-width: 991px) {
  .verlag-mobile-quicklinks,
  .welcome_area_right:not(.verlag-mobile-sidebar-icons),
  .welcome_area_inner > .welcome_area_right,
  .welcome_area_inner > aside.welcome_area_right {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Keep the new top icon row visible. */
  .verlag-mobile-sidebar-icons {
    display: flex !important;
    visibility: visible !important;
    height: 42px !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* Mobile only: hide original bottom right-sidebar, keep top icon row. */
@media only screen and (max-width: 991px) {

  /* Hide old/original sidebar location at bottom of page. */
  body .welcome_area_inner > aside.welcome_area_right,
  body .welcome_area_inner aside.welcome_area_right,
  body .welcome_area_inner .welcome_area_right,
  body aside.welcome_area_right:not(.verlag-mobile-sidebar-icons),
  body .verlag-mobile-quicklinks {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Keep the new top mobile icon row visible. */
  body .verlag-mobile-sidebar-icons {
    display: flex !important;
    visibility: visible !important;
    height: 42px !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Normal mobile icon state. */
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab {
    background: #272878 !important;
    color: #ffffcc !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
  }



  /* Hover / rollover mobile icon state. */
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab:hover,
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab:focus,
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab:active {
    background: #ffffcc !important;
    color: #000066 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }



  /* Active page state for mobile icons. */
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab.is-active,
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab.active,
  .verlag-mobile-sidebar-icons a.verlag-sidebar-icon-tab[aria-current="page"] {
    background: #ffffcc !important;
    color: #000066 !important;
  }


}

/* Mobile only: add space above hamburger and shortcut icons row. */
@media only screen and (max-width: 991px) {
  .verlag-mobile-nav > .container {
    padding-top: 20px !important;
  }
}

/* Mobile only: 30px spacing above cart and hamburger/icon row. */
@media only screen and (max-width: 991px) {
  .top_menu_right,
  .cart-cart-block,
  .cart-block--summary {
    margin-top: 30px !important;
  }

  .verlag-mobile-nav > .container {
    padding-top: 50px !important;
  }
  
  .top_menu {
  padding-top: 30px;
}
}

/* Fix desktop left menu arrow in Edge: use CSS chevron, not encoded text. */
@media only screen and (min-width: 992px) {
  .welcome_area_left .menu-item > a::after,
  .welcome_area_left .menu-item--active-trail > a::after,
  .welcome_area_left .menu-item > a.is-active::after,
  .welcome_area_left .menu-item > a[aria-current="page"]::after {
    content: "" !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    width: 10px !important;
    height: 10px !important;
    border-top: 4px solid currentColor !important;
    border-right: 4px solid currentColor !important;
    transform: translateY(-50%) rotate(45deg) !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .welcome_area_left .menu-item > a {
    position: relative !important;
    padding-right: 48px !important;
  }
}

/* Profile card: show site language below role/authenticated tab using page language. */
html[lang="en"] .verlag-customer-dashboard [class*="role"]::after,
html[lang="en"] .verlag-customer-dashboard [class*="status"]::after,
html[lang="en"] .verlag-customer-dashboard [class*="authenticated"]::after {
  content: "Site language: English";
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 3px;
}

html[lang="es"] .verlag-customer-dashboard [class*="role"]::after,
html[lang="es"] .verlag-customer-dashboard [class*="status"]::after,
html[lang="es"] .verlag-customer-dashboard [class*="authenticated"]::after {
  content: "Idioma del sitio: EspaÃ±ol";
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 3px;
}

/* Give the role/authenticated tab a little breathing room. */
.verlag-customer-dashboard [class*="role"],
.verlag-customer-dashboard [class*="status"],
.verlag-customer-dashboard [class*="authenticated"] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Profile card: keep phone from running off the page. */
.verlag-customer-dashboard a[href^="tel:"],
.verlag-customer-dashboard [class*="phone"] {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

/* Mobile profile card: center role/language and stack contact pieces when narrow. */
@media only screen and (max-width: 767px) {
  .verlag-customer-dashboard [class*="role"],
  .verlag-customer-dashboard [class*="status"],
  .verlag-customer-dashboard [class*="authenticated"] {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .verlag-customer-dashboard [class*="profile"],
  .verlag-customer-dashboard [class*="contact"],
  .verlag-customer-dashboard [class*="phone"] {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }

  .verlag-customer-dashboard a[href^="tel:"] {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    max-width: 100% !important;
  }
}

/* Profile dashboard: language flag inside the Authenticated role pill. */
.verlag-customer-dashboard .verlag-role-language-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 14px 7px 8px !important;
  line-height: 1.2 !important;
}

.verlag-customer-dashboard .verlag-profile-language-flag {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border-radius: 50% !important;
  background: #ffffcc !important;
  color: #000066 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

/* Mobile: center the role pill and flag. */
@media only screen and (max-width: 767px) {
  .verlag-customer-dashboard .verlag-role-language-pill {
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Profile dashboard language flag next to customer name. */
.verlag-customer-dashboard .verlag-customer-card__name {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.verlag-customer-dashboard .verlag-profile-language-flag {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: #ffffcc !important;
  border: 2px solid #000066 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

.verlag-customer-dashboard .verlag-profile-display-name {
  display: inline-block !important;
}

/* Mobile: flag above name, centered. */
@media only screen and (max-width: 767px) {
  .verlag-customer-dashboard .verlag-customer-card__name {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .verlag-customer-dashboard .verlag-profile-language-flag {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Profile dashboard language flag beside/above customer name. */
.verlag-customer-dashboard .verlag-customer-card__name {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

/* English page: US flag. */
html[lang="en"] .verlag-customer-dashboard .verlag-customer-card__name::before {
  content: "ðŸ‡ºðŸ‡¸";
}

/* Spanish page: Spain flag. */
html[lang="es"] .verlag-customer-dashboard .verlag-customer-card__name::before {
  content: "ðŸ‡ªðŸ‡¸";
}

.verlag-customer-dashboard .verlag-customer-card__name::before {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: #ffffcc !important;
  border: 2px solid #000066 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

/* Mobile: stack flag above the name and center it. */
@media only screen and (max-width: 767px) {
  .verlag-customer-dashboard .verlag-customer-card__name {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    text-align: center !important;
  }
}

/* Profile dashboard: remove border around language flag circle. */
.verlag-customer-dashboard .verlag-customer-card__name::before,
.verlag-customer-dashboard .verlag-profile-language-flag {
  border: 0 !important;
  box-shadow: none !important;
}

/* Mobile only: hide the original bottom right sidebar completely. */
@media only screen and (max-width: 991px) {
  body .verlag-page-wrapper .verlag-main-layout .welcome_area_inner > aside.welcome_area_right,
  body .verlag-page-wrapper .verlag-main-layout aside.welcome_area_right,
  body .verlag-main-layout .welcome_area_inner > aside[role="complementary"].welcome_area_right,
  body .welcome_area_inner > aside[role="complementary"].welcome_area_right {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  /* Keep the new top mobile icon row visible. */
  body .verlag-mobile-nav .verlag-mobile-sidebar-icons,
  body .verlag-mobile-nav .verlag-mobile-sidebar-icons * {
    visibility: visible !important;
    opacity: 1 !important;
  }

  body .verlag-mobile-nav .verlag-mobile-sidebar-icons {
    display: flex !important;
    width: auto !important;
    max-width: none !important;
    height: 42px !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* Mobile only: keep book entries centered and away from blue border. */
@media only screen and (max-width: 767px) {

  .book-entry {
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    overflow: hidden !important;
  }

  .book-entry img {
    flex: 0 0 auto !important;
    max-width: 85px !important;
    height: auto !important;
  }

  .book-entry .book-info {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }

  .book-entry .book-info h5,
  .book-entry .book-info p,
  .book-entry .book-info a {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    box-sizing: border-box !important;
  }
}

/* Mobile only: make book entries use more available width. */
@media only screen and (max-width: 767px) {
  .book-entry {
    width: calc(100% - 4px) !important;
    max-width: calc(100% - 4px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    gap: 12px !important;
    box-sizing: border-box !important;
  }

  .book-entry .book-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}

/* Mobile only: set book entry width to about 320px. */
@media only screen and (max-width: 767px) {
  .book-entry {
    width: 320px !important;
    max-width: calc(100% - 10px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}

/* Mobile only: make book entries use the full available width. */
@media only screen and (max-width: 767px) {
  .book-entry {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 10px !important;
    box-sizing: border-box !important;
  }

  .book-entry img {
    max-width: 78px !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }

  .book-entry .book-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .book-entry .book-info h5,
  .book-entry .book-info p,
  .book-entry .book-info a {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* Mobile only: final book entry layout based on tested inspector edits. */
@media only screen and (max-width: 767px) {
  .book-entry {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .book-entry img {
    max-width: 78px !important;
    width: auto !important;
    height: auto !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
  }

  .book-entry .book-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .book-entry .book-info h5,
  .book-entry .book-info p,
  .book-entry .book-info a {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* Mobile only: smaller book images and no clipped book text. */
@media only screen and (max-width: 767px) {
  .book-entry {
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    gap: 10px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .book-entry img {
    width: 60px !important;
    max-width: 60px !important;
    height: auto !important;
    flex: 0 0 60px !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  .book-entry .book-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 78px) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .book-entry .book-info h5,
  .book-entry .book-info p,
  .book-entry .book-info a {
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    white-space: normal !important;
    box-sizing: border-box !important;
  }
}





/* Catalog empty-card CSS disabled because it interfered with Views pagination. */

/* Catalog eBook badge. */
.verlag-catalog-view .views-view-responsive-grid__item,
.view-verlag-product-catalog .views-view-responsive-grid__item {
  position: relative !important;
  overflow: hidden !important;
}

.verlag-catalog-view .views-view-responsive-grid__item.verlag-catalog-item--ebook::before,
.view-verlag-product-catalog .views-view-responsive-grid__item.verlag-catalog-item--ebook::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 72px solid #000066 !important;
  border-left: 72px solid transparent !important;
  z-index: 5 !important;
}

.verlag-catalog-view .views-view-responsive-grid__item.verlag-catalog-item--ebook::after,
.view-verlag-product-catalog .views-view-responsive-grid__item.verlag-catalog-item--ebook::after {
  content: "eBook version" !important;
  position: absolute !important;
  top: 13px !important;
  right: -27px !important;
  width: 105px !important;
  z-index: 6 !important;
  color: #ffffcc !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
  pointer-events: none !important;
}

/* Catalog eBook corner badge. */
.view-verlag-product-catalog .verlag-product-ebook-badge-wrapper,
.verlag-catalog-view .verlag-product-ebook-badge-wrapper {
  position: relative !important;
  overflow: hidden !important;
}

.view-verlag-product-catalog .verlag-product-ebook-badge-wrapper::before,
.verlag-catalog-view .verlag-product-ebook-badge-wrapper::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 78px solid #000066 !important;
  border-left: 78px solid transparent !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

.view-verlag-product-catalog .verlag-product-ebook-badge-wrapper::after,
.verlag-catalog-view .verlag-product-ebook-badge-wrapper::after {
  content: "eBook version" !important;
  position: absolute !important;
  top: 15px !important;
  right: -29px !important;
  width: 112px !important;
  z-index: 21 !important;
  color: #ffffcc !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: rotate(45deg) !important;
  pointer-events: none !important;
}

/* Final override: catalog eBook badge stacked text. */
.view-verlag-product-catalog .views-view-responsive-grid__item.verlag-catalog-item--ebook::after,
.verlag-catalog-view .views-view-responsive-grid__item.verlag-catalog-item--ebook::after {
  content: "eBook\A Version" !important;
  white-space: pre !important;
  top: 8px !important;
  right: -21px !important;
  width: 88px !important;
  color: #ffffcc !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
  z-index: 999 !important;
  pointer-events: none !important;
}

/* Final override: catalog eBook badge text only. */
.view-verlag-product-catalog .views-view-responsive-grid__item.verlag-catalog-item--ebook::after,
.verlag-catalog-view .views-view-responsive-grid__item.verlag-catalog-item--ebook::after {
  content: "eBook" !important;
  white-space: nowrap !important;
  top: 13px !important;
  right: -24px !important;
  width: 100px !important;
  color: #ffffcc !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  transform: rotate(45deg) !important;
  transform-origin: center !important;
  z-index: 999 !important;
  pointer-events: none !important;
}

/* Catalog pager styling. */
.verlag-catalog-view nav.pager,
.view-verlag-product-catalog nav.pager {
  margin-top: 32px !important;
  text-align: center !important;
}

.verlag-catalog-view .pager__items,
.view-verlag-product-catalog .pager__items {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Normal number circles. */
.verlag-catalog-view .pager__item a,
.verlag-catalog-view .pager__item span,
.view-verlag-product-catalog .pager__item a,
.view-verlag-product-catalog .pager__item span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 10px !important;
  border-radius: 50% !important;
  background: #000066 !important;
  color: #ffffcc !important;
  border: 2px solid #000066 !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

/* Active page: cream circle, blue text, blue outline. */
.verlag-catalog-view .pager__item.is-active a,
.verlag-catalog-view .pager__item.is-active span,
.view-verlag-product-catalog .pager__item.is-active a,
.view-verlag-product-catalog .pager__item.is-active span {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  border-radius: 50% !important;
  text-decoration: none !important;
}

/* First / Last capsule buttons. */
.verlag-catalog-view .pager__item--first a,
.verlag-catalog-view .pager__item--last a,
.view-verlag-product-catalog .pager__item--first a,
.view-verlag-product-catalog .pager__item--last a {
  min-width: auto !important;
  width: auto !important;
  height: 34px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #000066 !important;
  color: #ffffcc !important;
  border: 2px solid #000066 !important;
}

/* Previous / Next arrows can stay circular. */
.verlag-catalog-view .pager__item--previous a,
.verlag-catalog-view .pager__item--next a,
.view-verlag-product-catalog .pager__item--previous a,
.view-verlag-product-catalog .pager__item--next a {
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

/* Hover state. */
.verlag-catalog-view .pager__item a:hover,
.verlag-catalog-view .pager__item a:focus,
.view-verlag-product-catalog .pager__item a:hover,
.view-verlag-product-catalog .pager__item a:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
  text-decoration: none !important;
}

/* Keep active page active even on hover. */
.verlag-catalog-view .pager__item.is-active a:hover,
.verlag-catalog-view .pager__item.is-active a:focus,
.view-verlag-product-catalog .pager__item.is-active a:hover,
.view-verlag-product-catalog .pager__item.is-active a:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border-color: #000066 !important;
}

/* Catalog pager: fix First/Last capsule hover inner span styling. */
.verlag-catalog-view .pager__item--first a span,
.verlag-catalog-view .pager__item--last a span,
.view-verlag-product-catalog .pager__item--first a span,
.view-verlag-product-catalog .pager__item--last a span {
  display: inline !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: inherit !important;
}

/* First / Last hover should be one cream capsule with blue outline. */
.verlag-catalog-view .pager__item--first a:hover,
.verlag-catalog-view .pager__item--first a:focus,
.verlag-catalog-view .pager__item--last a:hover,
.verlag-catalog-view .pager__item--last a:focus,
.view-verlag-product-catalog .pager__item--first a:hover,
.view-verlag-product-catalog .pager__item--first a:focus,
.view-verlag-product-catalog .pager__item--last a:hover,
.view-verlag-product-catalog .pager__item--last a:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Catalog exposed filter Apply button. */
#views-exposed-form-verlag-product-catalog-page-1 .form-actions,
.verlag-catalog-view .form-actions {
  margin-top: 18px !important;
  margin-bottom: 28px !important;
}

#views-exposed-form-verlag-product-catalog-page-1 .form-actions input[type="submit"],
#views-exposed-form-verlag-product-catalog-page-1 .form-actions button,
.verlag-catalog-view .form-actions input[type="submit"],
.verlag-catalog-view .form-actions button {
  background: #000066 !important;
  color: #ffffcc !important;
  border: 2px solid #000066 !important;
  border-radius: 20px !important;
  padding: 8px 22px !important;
  min-width: 92px !important;
  min-height: 38px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#views-exposed-form-verlag-product-catalog-page-1 .form-actions input[type="submit"]:hover,
#views-exposed-form-verlag-product-catalog-page-1 .form-actions input[type="submit"]:focus,
#views-exposed-form-verlag-product-catalog-page-1 .form-actions button:hover,
#views-exposed-form-verlag-product-catalog-page-1 .form-actions button:focus,
.verlag-catalog-view .form-actions input[type="submit"]:hover,
.verlag-catalog-view .form-actions input[type="submit"]:focus,
.verlag-catalog-view .form-actions button:hover,
.verlag-catalog-view .form-actions button:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  box-shadow: none !important;
}

/* Catalog exposed filter Apply button spacing adjustment. */
#views-exposed-form-verlag-product-catalog-page-1 .form-actions,
.verlag-catalog-view .form-actions {
  margin-top: 8px !important;
  margin-bottom: 44px !important;
}

/* Catalog filters: keep both dropdown filters on one row on desktop. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 18px 28px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language,
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page {
    display: inline-flex !important;
    align-items: stretch !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language label {
    min-width: 170px !important;
    width: 170px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language select {
    width: 250px !important;
    max-width: 250px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page label {
    min-width: 210px !important;
    width: 210px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page select {
    width: 110px !important;
    max-width: 110px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 44px !important;
  }
}

/* Catalog filters: fine-tune Show Items per page width. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page label {
    min-width: 175px !important;
    width: 175px !important;
    padding-left: 18px !important;
    padding-right: 14px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page select {
    width: 145px !important;
    max-width: 145px !important;
  }
}

/* Restore catalog Out of stock disabled button styling. */
.view-verlag-product-catalog input[value="Out of stock"],
.view-verlag-product-catalog button[value="Out of stock"],
.verlag-catalog-view input[value="Out of stock"],
.verlag-catalog-view button[value="Out of stock"],
.view-verlag-product-catalog input[type="submit"][disabled],
.verlag-catalog-view input[type="submit"][disabled] {
  background: #ffffcc !important;
  color: #e6e0a6 !important;
  border: 1px solid #f2edbd !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

/* Do not turn Out of stock blue/active on hover. */
.view-verlag-product-catalog input[value="Out of stock"]:hover,
.view-verlag-product-catalog button[value="Out of stock"]:hover,
.verlag-catalog-view input[value="Out of stock"]:hover,
.verlag-catalog-view button[value="Out of stock"]:hover,
.view-verlag-product-catalog input[type="submit"][disabled]:hover,
.verlag-catalog-view input[type="submit"][disabled]:hover {
  background: #ffffcc !important;
  color: #e6e0a6 !important;
  border: 1px solid #f2edbd !important;
  cursor: not-allowed !important;
}

/* Catalog filters: keep filters and Apply button on one desktop row. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 28px !important;
    width: 100% !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language,
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex: 0 0 auto !important;
    width: auto !important;
    flex-basis: auto !important;
    margin: 0 0 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions input[type="submit"],
  #views-exposed-form-verlag-product-catalog-page-1 .form-actions button {
    height: 62px !important;
    min-height: 62px !important;
    padding: 0 30px !important;
  }
}

/* Mobile/tablet: keep Apply button below filters. */
@media only screen and (max-width: 991px) {
  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    margin-top: 8px !important;
    margin-bottom: 44px !important;
  }
}

/* Checkout Continue to review button: match catalog Apply button. */
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"],
.commerce-checkout-flow input#edit-actions-next,
.commerce-checkout-flow input[name="op"][value="Continue to review"],
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"] {
  background: #000066 !important;
  color: #ffffcc !important;
  border: 2px solid #000066 !important;
  border-radius: 0 !important;
  padding: 8px 22px !important;
  min-width: 150px !important;
  min-height: 42px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"]:focus,
.commerce-checkout-flow input#edit-actions-next:hover,
.commerce-checkout-flow input#edit-actions-next:focus,
.commerce-checkout-flow input[name="op"][value="Continue to review"]:hover,
.commerce-checkout-flow input[name="op"][value="Continue to review"]:focus,
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"]:focus {
  background: #ffffcc !important;
  color: #000066 !important;
  border: 2px solid #000066 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* RESTORE: Catalog filter layout back to previous style. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 18px 28px !important;
    width: 100% !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language,
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page {
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language label {
    min-width: 170px !important;
    width: 170px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language select {
    width: 250px !important;
    max-width: 250px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page label {
    min-width: 175px !important;
    width: 175px !important;
    padding-left: 18px !important;
    padding-right: 14px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page select {
    width: 145px !important;
    max-width: 145px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 44px !important;
    display: block !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions input[type="submit"],
  #views-exposed-form-verlag-product-catalog-page-1 .form-actions button {
    height: auto !important;
    min-height: 38px !important;
    padding: 8px 22px !important;
    min-width: 92px !important;
  }

  .verlag-catalog-view .views-view-responsive-grid,
  .view-verlag-product-catalog .views-view-responsive-grid {
    clear: both !important;
  }
}

/* Catalog filters: move Apply button to far right on same desktop row only. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 28px !important;
    width: 100% !important;
    margin-bottom: 44px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language,
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: auto !important;
    margin: 0 0 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .verlag-catalog-view .views-view-responsive-grid,
  .view-verlag-product-catalog .views-view-responsive-grid {
    clear: both !important;
  }
}

/* Catalog filters: responsive fix so fields do not overlap at medium desktop widths. */
@media only screen and (min-width: 992px) {
  #views-exposed-form-verlag-product-catalog-page-1 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 18px 24px !important;
    width: 100% !important;
    margin-bottom: 44px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language,
  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page {
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language label {
    width: 150px !important;
    min-width: 150px !important;
    overflow: visible !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-language select {
    width: 215px !important;
    max-width: 215px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page label {
    width: 132px !important;
    min-width: 132px !important;
    padding-left: 18px !important;
    padding-right: 12px !important;
    overflow: visible !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-item-items-per-page select {
    width: 130px !important;
    max-width: 130px !important;
  }

  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 5% 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
  }
}

/* At narrower desktop/tablet widths, let Apply move below instead of squeezing fields. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #views-exposed-form-verlag-product-catalog-page-1 .form-actions {
    flex-basis: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}

