/* About Section Styles */

/* Main About Section */
:where(.sec-012-about) {
  position: relative;
  overflow: hidden;
  padding: var(--section-spacing-medium) 0;
  background: var(--wp--preset--color--gray-100);
}

/* Background Decorations */
:where(.sec-012-about__bg-decoration) {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

:where(.sec-012-about__bg-decoration--1) {
  top: 50%;
  right: -70px;
  width: 320px;
  height: 320px;
  transform: translateY(-50%);
}

:where(.sec-012-about__bg-decoration--1 img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-large);
  opacity: 0.07;
  filter: blur(2px);
}

:where(.sec-012-about__bg-decoration--2) {
  bottom: 20%;
  left: -90px;
  width: 300px;
  height: 300px;
}

:where(.sec-012-about__bg-decoration--2 img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-large);
  opacity: 0.05;
  filter: blur(1px);
}

/* Wrapper for max-width */
:where(.sec-012-about__wrapper) {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--wp--preset--spacing--medium);
  position: relative;
  z-index: 1;
}

/* Access Map Info - Compact Left Label/Right Info Format */

/* Access map info container */
:where(.sec-012-about__info) {
  padding: var(--wp--preset--spacing--40);
  background: var(--wp--preset--color--gray-50);
  border-radius: var(--border-radius-large);
  border: 1px solid var(--wp--preset--color--gray-200);
  margin-bottom: var(--wp--preset--spacing--40);
}

/* Clinic Name */
:where(.sec-012-about__info h3) {
  font-size: var(--wp--preset--font-size--lg);
  color: var(--wp--preset--color--text);
  margin: 0 0 var(--wp--preset--spacing--40) 0;
  padding-bottom: var(--wp--preset--spacing--xs);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  font-weight: var(--wp--custom--font-weight--bold);
}

/* Info rows with left label/right content */
:where(.sec-012-about__row) {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--xs);
  align-items: flex-start;
}

:where(.sec-012-about__row:last-child) {
  margin-bottom: 0;
}

/* Left labels */
:where(.sec-012-about__label) {
  flex-shrink: 0;
  width: var(--wp--preset--spacing--sm0);
  font-size: var(--wp--preset--font-size--sm);
  font-weight: var(--wp--custom--font-weight--semibold);
  color: var(--wp--preset--color--text-secondary);
  padding-top: var(--wp--preset--spacing--sm);
}

/* Right content */
:where(.sec-012-about__content) {
  flex: 1;
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--text);
  line-height: var(--wp--custom--line-height--normal);
}

/* Address specific styling */
:where(.sec-012-about__address) {
  padding: 0;
  margin: 0;
}

:where(.sec-012-about__address p) {
  margin: 0;
  font-size: var(--wp--preset--font-size--sm);
  line-height: var(--wp--custom--line-height--normal);
}

/* Phone styling */
:where(.sec-012-about__phone) {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--20);
}

:where(.sec-012-about__phone a) {
  color: var(--wp--preset--color--text);
  text-decoration: none;
  font-weight: var(--wp--custom--font-weight--semibold);
  transition: color 0.3s ease;
}

:where(.sec-012-about__phone a:hover) {
  color: var(--wp--preset--color--primary);
}

/* Transport section */
:where(.sec-012-about__transport) {
  margin-top: 0;
}

:where(.sec-012-about__transport h4) {
  display: none;
}

:where(.sec-012-about__transport ul) {
  list-style: none;
  padding: 0;
  margin: 0;
}

:where(.sec-012-about__transport li) {
  position: relative;
  padding-left: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--text);
}

:where(.sec-012-about__transport li:last-child) {
  margin-bottom: 0;
}

:where(.sec-012-about__transport li::before) {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--text);
}

/* Compact table format alternative */
:where(.sec-012-about-info-table) {
  width: 100%;
  border-collapse: collapse;
}

:where(.sec-012-about-info-table tr) {
  border-bottom: 1px solid var(--wp--preset--color--gray-200);
}

:where(.sec-012-about-info-table tr:last-child) {
  border-bottom: none;
}

:where(.sec-012-about-info-table th) {
  text-align: left;
  padding: var(--wp--preset--spacing--xs) var(--wp--preset--spacing--xs)
    var(--wp--preset--spacing--xs) 0;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: var(--wp--custom--font-weight--semibold);
  color: var(--wp--preset--color--text-secondary);
  width: 100px;
  vertical-align: top;
}

:where(.sec-012-about-info-table td) {
  padding: var(--wp--preset--spacing--xs) 0;
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--text);
  line-height: var(--wp--custom--line-height--normal);
}

/* Override existing styles for compact view */
:where(.info-tabs__panel .sec-012-about__info) {
  padding: var(--wp--preset--spacing--xs);
}

:where(.info-tabs__panel .sec-012-about__info h3) {
  font-size: var(--wp--preset--font-size--base);
  margin-bottom: var(--wp--preset--spacing--xs);
}

:where(.info-tabs__panel .sec-012-about__label) {
  width: 70px;
  font-size: var(--wp--preset--font-size--xs);
}

:where(.info-tabs__panel .sec-012-about__content) {
  font-size: var(--wp--preset--font-size--sm);
}

/* Float animation for background decorations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
