/*
Theme Name: GeneratePress Child
Template: generatepress
*/
:root {
  /* --- Primitive Color Palette --- */
  --white: #FFFFFF;
  --black: #1A1A1A;
  --deep-black: #111111;
  --charcoal: #2A2A2A;
  --off-white: #F6F5F3;
  --warm-gray: #E8E6E2;
  /* Basel Red */
  --red: #B5342A;
  --red-light: #D4564C;
  --red-muted: rgba(181, 52, 42, 0.12);
  /* Neutrals & UI */
  --gray-medium: #6E6B66;
  --gray-light: #9C9890;
  --white-transparent: rgba(255, 255, 255, 0.85);
  /* --- Functional Variables --- */
  --surface: var(--off-white);
  --surface-alt: #EDEBE7;
  --card-background: var(--white);
  --border: rgba(0, 0, 0, 0.08);
  --text-color-primary: var(--gray-medium);
  --text-color-secondary: var(--white-transparent);
  --text-color-on-surface: var(--white);
  --text-color-accent: var(--red);
  --text-color-accent-hover: var(--red-light);
  --accent-muted: var(--red-muted);
  --btn-primary-bg: var(--red);
  --btn-primary-bg-hover: var(--red-light);
  --btn-primary-text: var(--white);
  --heading-color: var(--black);
  --radius: 6px;
  --radius-lg: 10px;
  --padding-base: 16px;
  --button-radius: 100px;
}

/* ===== Typography ===== */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color-primary);
  background: var(--surface);
}

:root a {
  color: var(--red);
  text-decoration: none;
  transition: all 0.25s;
}
:root a:hover {
  color: var(--red-light);
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
  background: var(--surface);
  color: var(--text-color-primary);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
  text-transform: none;
}

h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.22;
}

h1 {
  font-size: 40px;
  color: var(--heading-color);
  line-height: 1.22;
}

h2 {
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.22;
}

nav, button, .btn, #sb_instagram #sbi_load .sbi_follow_btn a, .site-footer .footer-widgets .wp-block-search__button, .eb-button-wrapper.eb-button-7p008 .eb-button-anchor, .eb-button-wrapper.eb-button-r10nl .eb-button-loadmore,
.eb-button-wrapper-eb-button-r10nl .eb-button-loadmore,
.eb-button-wrapper.eb-button-r10nl .eb-button-anchor {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* --- Common Button Styles --- */
:root .btn, :root #sb_instagram #sbi_load .sbi_follow_btn a, :root .site-footer .footer-widgets .wp-block-search__button, :root .eb-button-wrapper.eb-button-7p008 .eb-button-anchor, :root .eb-button-wrapper.eb-button-r10nl .eb-button-loadmore,
:root .eb-button-wrapper-eb-button-r10nl .eb-button-loadmore,
:root .eb-button-wrapper.eb-button-r10nl .eb-button-anchor {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: var(--button-radius);
  padding: 14px 16px;
  font-size: 0.83rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-block;
  line-height: 1;
  color: var(--text-color-on-surface);
}
:root .btn--primary, :root #sb_instagram #sbi_load .sbi_follow_btn a, :root .site-footer .footer-widgets .wp-block-search__button, :root .eb-button-wrapper.eb-button-r10nl .eb-button-loadmore,
:root .eb-button-wrapper-eb-button-r10nl .eb-button-loadmore,
:root .eb-button-wrapper.eb-button-r10nl .eb-button-anchor {
  background: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}
:root .btn--primary:hover, :root #sb_instagram #sbi_load .sbi_follow_btn a:hover, :root .site-footer .footer-widgets .wp-block-search__button:hover, :root .eb-button-wrapper.eb-button-r10nl .eb-button-loadmore:hover,
:root .eb-button-wrapper-eb-button-r10nl .eb-button-loadmore:hover,
:root .eb-button-wrapper.eb-button-r10nl .eb-button-anchor:hover {
  background: var(--btn-primary-bg-hover);
  color: var(--btn-primary-text);
}
:root .btn--secondary {
  background: transparent;
  color: var(--text-color-primary);
  border: 1px solid var(--border);
}
:root .btn--secondary:hover {
  border-color: var(--charcoal);
  background: rgba(0, 0, 0, 0.05);
}
:root .btn--secondary.btn--white {
  color: var(--white-transparent);
  border-color: rgba(255, 255, 255, 0.3);
}
:root .btn--secondary.btn--white:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
}
:root .btn--sm, :root .site-footer .footer-widgets .wp-block-search__button {
  padding: 10px 20px;
  font-size: 0.75rem;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content, .inside-page-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-navigation .main-nav ul li a,
.menu-toggle, .main-navigation .mobile-bar-items a {
  line-height: 70px;
  color: var(--text-color-primary);
}
.main-navigation .main-nav ul li a:hover,
.menu-toggle:hover, .main-navigation .mobile-bar-items a:hover {
  color: var(--text-color-accent);
}

.inside-header {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header .header-image {
  width: 320px;
  margin: 6px 0 0 0;
}

.page-hero-image {
  background: radial-gradient(50% 70% at 75%, rgba(181, 52, 42, 0.18) 0%, rgba(0, 0, 0, 0) 70%), radial-gradient(30% 50% at 85% 30%, rgba(212, 86, 76, 0.12) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(60% 40% at 60% 70%, rgba(181, 52, 42, 0.08) 0%, rgba(0, 0, 0, 0) 60%), radial-gradient(80% 80%, #281e19 0%, var(--deep-black) 100%);
}
.page-hero-image .eb-button-wrapper.eb-button-r10nl .eb-button-inner-wrapper {
  justify-content: flex-start;
}
.page-hero-image .gb-inside-container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-hero-image .gb-headline {
  padding-top: 0;
}
.page-hero-image em {
  color: var(--text-color-accent);
}
.page-hero-image p {
  color: var(--text-color-secondary);
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
}
.page-hero-image::before {
  opacity: 1 !important;
}
.page-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 11, 11, 0.9490196078) 0%, rgba(11, 11, 11, 0.7019607843) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(rgba(11, 11, 11, 0.2) 0%, rgba(11, 11, 11, 0.4) 100%);
}

.news-card {
  background: var(--card-background);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  display: flex;
  gap: 1rem;
  transition: all 0.2s;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-card {
    flex-direction: column;
    padding: 1rem;
  }
}
.news-card:hover {
  border-color: var(--text-color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.news-card__link {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.news-card__image {
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .news-card__image {
    width: 100%;
    height: 160px;
    border-radius: var(--radius);
  }
}
.news-card__image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-card__date {
  min-width: 52px;
  text-align: center;
  border-right: 2px solid var(--text-color-accent);
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .news-card__date {
    border-right: none;
    padding-right: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--text-color-accent);
    margin-bottom: 0;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    min-width: auto;
    justify-content: flex-start;
  }
}
.news-card__date-day {
  font-family: "DM Serif Display", serif;
  font-size: 1.6rem;
  color: var(--heading-color);
  line-height: 1;
}
@media (max-width: 768px) {
  .news-card__date-day {
    font-size: 1.4rem;
  }
}
.news-card__date-month {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.news-card__body h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.news-card__body p {
  font-size: 0.8rem;
  line-height: 1.5;
}
.news-card__tag {
  display: inline-block;
  font-size: 0.58rem;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}
.news-card__tag--training {
  background: rgba(46, 125, 50, 0.1);
  color: #2E7D32;
}
.news-card__tag--event {
  background: var(--accent-muted);
  color: var(--text-color-accent);
}

.join-cta {
  background: var(--charcoal);
  color: var(--white);
  padding: 60px 40px;
  border-radius: var(--radius-lg);
  margin: 40px 0;
}
.join-cta__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .join-cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
.join-cta__content {
  flex: 1;
}
.join-cta__title {
  color: var(--white);
  margin-bottom: 0.5rem;
}
.join-cta__description {
  color: var(--text-color-secondary);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.join-cta__actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .join-cta__actions {
    justify-content: center;
  }
}
.join-cta__contact {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: var(--radius);
  border-left: 3px solid var(--red);
}
@media (max-width: 768px) {
  .join-cta__contact {
    flex: 1;
    width: 100%;
  }
}
.join-cta__contact-title {
  color: var(--white);
  font-size: 1.5rem;
}
.join-cta__contact-details p {
  color: var(--white-transparent);
  font-size: 1.1rem;
  margin-bottom: 0.1rem;
}
.join-cta__contact-details p:last-child {
  margin-bottom: 0;
}
.join-cta__contact-details strong {
  color: var(--white);
}

.trainers-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.trainer-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--card-background);
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 2rem;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .trainer-card {
    flex-direction: row;
  }
}
.trainer-card__photo {
  width: 200px;
  height: 240px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-alt);
}
.trainer-card__photo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.trainer-card__photo--initials {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
  text-transform: uppercase;
}
.trainer-card__info {
  flex-shrink: 1;
  flex-grow: 1;
}
.trainer-card__name {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.trainer-card__competence {
  font-size: 0.78rem;
  color: var(--text-color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.trainer-card__description {
  font-size: 0.88rem;
  color: var(--text-color-primary);
  line-height: 1.7;
}
.trainer-card__description p {
  margin-bottom: 1rem;
}
.trainer-card__description p:last-child {
  margin-bottom: 0;
}

.trainers-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.trainer-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--card-background);
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 2rem;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .trainer-card {
    flex-direction: row;
  }
}
.trainer-card__photo {
  width: 200px;
  height: 240px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-alt);
}
.trainer-card__photo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.trainer-card__photo--initials {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
  text-transform: uppercase;
}
.trainer-card__info {
  flex-shrink: 1;
  flex-grow: 1;
}
.trainer-card__name {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.trainer-card__competence {
  font-size: 0.78rem;
  color: var(--text-color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.trainer-card__description {
  font-size: 0.88rem;
  color: var(--text-color-primary);
  line-height: 1.7;
}
.trainer-card__description p {
  margin-bottom: 1rem;
}
.trainer-card__description p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .trainers-list--compact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
}

.trainer-card--compact {
  padding: 1.5rem;
  gap: 1.5rem;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .trainer-card--compact {
    flex-direction: column;
    text-align: center;
  }
}
.trainer-card--compact .trainer-card__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.trainer-card--compact .trainer-card__name {
  font-size: 1.25rem;
}
.trainer-card--compact .trainer-card__description {
  display: none;
}

.management-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.management-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: var(--card-background);
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 2rem;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .management-card {
    flex-direction: row;
  }
}
.management-card__photo {
  width: 200px;
  height: 240px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-alt);
}
.management-card__photo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.management-card__photo--initials {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
  text-transform: uppercase;
}
.management-card__info {
  flex-shrink: 1;
  flex-grow: 1;
}
.management-card__name {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.management-card__position {
  font-size: 0.78rem;
  color: var(--text-color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.management-card__description {
  font-size: 0.88rem;
  color: var(--text-color-primary);
  line-height: 1.7;
}
.management-card__description p {
  margin-bottom: 1rem;
}
.management-card__description p:last-child {
  margin-bottom: 0;
}

.couples-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .couples-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
}

.couple-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--card-background);
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 1.5rem;
  height: 100%;
  min-width: 0;
}
@media only screen and (min-width: 769px) {
  .couple-card {
    flex-direction: row;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .couple-card {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .couple-card {
    flex-direction: row;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
  }
}
.couple-card__photo {
  width: 200px;
  height: 280px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-alt);
}
.couple-card__photo a {
  display: block;
  width: 100%;
  height: 100%;
}
.couple-card__photo img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.couple-card__photo img:hover {
  transform: scale(1.05);
}
.couple-card__photo--initials {
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--text-color-primary);
  text-transform: uppercase;
}
.couple-card__info {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .couple-card__info {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .couple-card__info {
    text-align: left;
  }
}
.couple-card__name {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.couple-card__category {
  font-size: 0.78rem;
  color: var(--text-color-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1rem;
}
.couple-card__description {
  font-size: 0.88rem;
  color: var(--text-color-primary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.couple-card__description p {
  margin-bottom: 1rem;
}
.couple-card__description p:last-child {
  margin-bottom: 0;
}
.couple-card__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .couple-card__gallery {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .couple-card__gallery {
    justify-content: start;
  }
}
.couple-card__gallery-item {
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  background: var(--surface-alt);
}
.couple-card__gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.couple-card__gallery-item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
}
.couple-card__gallery-item img:hover {
  opacity: 0.8;
}

.site-footer {
  background: var(--deep-black);
  color: var(--white-transparent);
  padding: 0;
}
.site-footer h2, .site-footer h3 {
  color: var(--white);
  font-size: 24px;
}
.site-footer .footer-widgets {
  padding: 40px 0;
  background: transparent;
  color: var(--white-transparent);
}
.site-footer .footer-widgets .widget {
  margin-bottom: 8px;
}
.site-footer .footer-widgets .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-widgets .widget ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-widgets .widget ul li a {
  color: var(--white);
}
.site-footer .footer-widgets .widget ul li a:hover {
  color: var(--white-transparent);
}
.site-footer .footer-widgets {
  /* Search Block Styling */
}
.site-footer .footer-widgets .wp-block-search__inside-wrapper {
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px;
  border-radius: var(--button-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-widgets .wp-block-search__input {
  background: transparent;
  border: none;
  color: var(--white);
  padding: 8px 15px;
  flex-grow: 1;
  outline: none;
}
.site-footer .footer-widgets .wp-block-search__input::placeholder {
  color: var(--gray-light);
}
.site-footer .footer-widgets {
  /* Image/Media in Footer */
}
.site-footer .footer-widgets .widget_media_image figure {
  margin: 0;
}
.site-footer .footer-widgets .widget_media_image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  opacity: 0.8;
  transition: opacity 0.25s;
}
.site-footer .footer-widgets .widget_media_image img:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .site-footer .footer-widgets {
    text-align: center;
  }
  .site-footer .footer-widgets .wp-block-search__inside-wrapper {
    flex-direction: column;
    border-radius: var(--radius);
    padding: 10px;
  }
  .site-footer .footer-widgets .wp-block-search__button {
    width: 100%;
  }
}
.site-info {
  background: transparent;
  color: var(--white-transparent);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#sb_instagram {
  width: 100% !important;
  padding: 0 !important;
  margin: 40px 0 !important;
  background: transparent !important;
}
#sb_instagram .sb_instagram_header {
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
}
#sb_instagram .sb_instagram_header .sbi_header_link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
#sb_instagram .sb_instagram_header .sbi_header_link .sbi_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sb_instagram .sb_instagram_header .sbi_header_link .sbi_feedtheme_header_text h3 {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  color: var(--heading-color);
  margin: 0;
  line-height: 1.2;
}
#sb_instagram .sb_instagram_header .sbi_header_link .sbi_feedtheme_header_text .sbi_bio {
  font-size: 0.85rem;
  color: var(--text-color-primary);
  margin: 0;
}
#sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 15px !important;
}
@media (max-width: 768px) {
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 480px) {
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
#sb_instagram #sbi_images .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1/1;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  transition: transform 0.3s ease;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo:hover {
  transform: scale(1.05);
}
#sb_instagram #sbi_load {
  margin-top: 2rem;
  text-align: center;
}
#sb_instagram #sbi_load .sbi_follow_btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--btn-primary-bg) !important;
  color: var(--btn-primary-text) !important;
  text-decoration: none;
  padding: 12px 24px !important;
}
#sb_instagram #sbi_load .sbi_follow_btn a svg {
  width: 16px;
  height: 16px;
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background: var(--btn-primary-bg-hover) !important;
}

/*# sourceMappingURL=style.css.map */
