.tcm-outlets-footer-wrap {
  /* padding: 1em 2em; */
}

.tcm-outlets-footer {
  display: flex;
  flex-wrap: wrap;
}

.tcm-outlets-footer > * {
  display: flex;
  width: 25%;
  flex-direction: column;
  padding: 1em;
  line-height: 1.5;
  text-align: left;
}

.tcm-outlets-footer .link {
  /* display: flex; */
  flex-wrap: wrap;
}

.tcm-outlets-footer .outlet-name,
.tcm-outlets-footer .link {
  color: #888;
}

.tcm-outlets-footer .outlet-item > div {
  padding: 0.3em 0;
}

.tcm-outlets-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* Listing shortcode: fixed thirds. Outlets page uses theme grid-* / tablet-grid-* / mobile-grid-* instead. */
.tcm-outlets-gallery:not(.tcm-outlets-gallery-page) > * {
  display: flex;
  width: 30%;
  flex-direction: column;
  padding: 1em;
  line-height: 1.5;
}

.tcm-outlets-gallery-page {
  justify-content: center;
}

.tcm-outlets-gallery-page > .outlet-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  line-height: 1.5;
}

.tcm-outlets-gallery .outlet-name > h2,
.tcm-outlets-gallery .outlet-name > h3 {
  font-size: 1.1em;
  font-weight: 700;
}
.tcm-outlets-gallery .outlet-item > * {
  margin: 0.2em 0;
}
.tcm-outlets-gallery .outlet-operation span {
  display: block;
}
.tcm-outlets-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tcm-outlets-gallery-page a {
  color: var(--e-global-color-primary);
}

/* Outlet listing page cards: cover image + rounded shell */
.tcm-outlets-gallery-page .item-container.card {
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.tcm-outlets-gallery-page .outlet-cover-wrap {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.tcm-outlets-gallery-page .outlet-cover-figure {
  margin: 0;
  height: 100%;
  display: block;
}

.tcm-outlets-gallery-page .outlet-cover-figure .outlet-cover-img,
.tcm-outlets-gallery-page .outlet-cover-wrap .outlet-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: none !important;
}

.tcm-outlets-gallery-page .outlet-thumbnail-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55em 0.85em 0.65em;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.4) 55%, transparent);
  color: #fff;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.35;
  pointer-events: none;
}

.tcm-outlets-gallery-page .outlet-additional-notes {
  padding: 0.75em 1em 1em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.62);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
}

.tcm-outlets-gallery-page .outlet-subtitle {
  margin: 0.35em 0 0;
  font-size: 0.95em;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.65);
}

.tcm-outlets-gallery-page .outlet-subtitle-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  text-decoration: none;
  color: inherit;
}

.tcm-outlets-gallery-page .outlet-subtitle-link:hover {
  text-decoration: underline;
}

.tcm-outlets-gallery-page .outlet-subtitle-link .outlet-subtitle-link__icon {
  font-size: 1em;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  opacity: 0.75;
}

.tcm-outlets-gallery-page .outlet-relocated-badge {
  margin: 0.5em 0 0;
}

.tcm-outlets-gallery-page .outlet-relocated-badge__text {
  display: inline-block;
  padding: 0.2em 0.65em;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(180, 100, 20, 0.12);
  color: #8b4513;
}

.tcm-outlets-gallery-page .list-group-item.outlet-directions {
  font-size: 0.9em;
  line-height: 1.5;
}

.tcm-outlets-gallery-page .outlet-directions__label {
  display: block;
  font-weight: 600;
  font-size: 0.85em;
  margin-bottom: 0.25em;
  color: rgba(0, 0, 0, 0.55);
}

.tcm-outlets-gallery-page .outlet-directions__text {
  color: rgba(0, 0, 0, 0.75);
}

/* Postal row: map link reads as a deliberate tap target */
.tcm-outlets-gallery-page .list-group-item.outlet-postal {
/*   padding: 0.65rem 0.85rem; */
	padding: 0;
}

.tcm-outlets-gallery-page .outlet-postal-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.85rem 1rem;
  text-decoration: none;
  text-align: left;
  color: inherit;
  background: rgba(0, 0, 0, 0.03);
/*   border: 2px solid rgba(0, 0, 0, 0.12); */
/*   border-radius: 12px; */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.tcm-outlets-gallery-page .outlet-postal-link:hover {
  background: rgba(0, 0, 0, 0.055);
  border-color: var(--e-global-color-primary, #2271b1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tcm-outlets-gallery-page .outlet-postal-link:active {
  transform: scale(0.992);
}

.tcm-outlets-gallery-page .outlet-postal-link:focus {
  outline: none;
}

.tcm-outlets-gallery-page .outlet-postal-link:focus-visible {
  outline: 3px solid var(--e-global-color-primary, #2271b1);
  outline-offset: 2px;
}

.tcm-outlets-gallery-page .outlet-postal-link__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(34, 113, 177, 0.12);
  color: var(--e-global-color-primary, #2271b1);
}

.tcm-outlets-gallery-page .outlet-postal-link__icon .dashicons {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 1.35rem;
}

.tcm-outlets-gallery-page .outlet-postal-link__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.tcm-outlets-gallery-page .outlet-postal-link__eyebrow,
.tcm-outlets-gallery-page .outlet-postal-static__eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.48);
}

.tcm-outlets-gallery-page .outlet-postal-link__code,
.tcm-outlets-gallery-page .outlet-postal-static__code {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.88);
}

.tcm-outlets-gallery-page .outlet-postal-link__cta {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--e-global-color-primary, #2271b1);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.tcm-outlets-gallery-page .outlet-postal-link:hover .outlet-postal-link__cta {
  text-decoration-thickness: 2px;
}

.tcm-outlets-gallery-page .outlet-postal-link__action-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  color: var(--e-global-color-primary, #2271b1);
}

.tcm-outlets-gallery-page .outlet-postal-link__action-icon .dashicons {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 1.15rem;
}

.tcm-outlets-gallery-page .outlet-postal-static {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.35rem 0;
}

.tcm-outlets-gallery-page .outlet-postal-static__icon {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.38);
}

.tcm-outlets-gallery-page .outlet-postal-static__icon .dashicons {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
}

.tcm-outlets-gallery-page .outlet-postal-static__body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.tcm-outlets-gallery .icon,
.tcm-outlets-footer .icon {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.tcm-outlets-footer .icon {
  width: 1.5em;
  display: inline-block;
  height: 100%;
  margin-right: 0.5em;
  opacity: .4;
  transition: all .2s linear;
}

.tcm-outlets-footer a:hover > .icon {
  opacity: 1;
}

.tcm-outlets-gallery .icon {
  width: 1.5em;
  display: inline-block;
  height: 100%;
  margin-right: 0.5em;
}

.icon-whatsapp {
  background-image: url("images/icon-whatapp-1-04b.svg");
}

.icon-whatsapp-alt {
  background-image: url("images/icon-whatapp-1-02b.svg");
}

.icon-whatsapp-alt2 {
  background-image: url("images/icon-whatapp-1-02c.svg");
}

.icon-tel {
  background-image: url("images/icon-phone-1-03b.svg");
}

.icon-tel-alt {
  background-image: url("images/icon-phone-1-01b.svg");
}
