.ab-card {
  border: 1px solid rgba(20, 54, 102, 0.12);
  border-radius: 0.9rem;
}

.ab-entry-title,
.ab-blog-title {
  font-weight: 700;
  line-height: 1.2;
}

.ab-entry-category {
  color: #5b667a;
  font-size: 0.95rem;
}

.ab-contact-line {
  margin-bottom: 0.55rem;
  font-size: 0.97rem;
}

.ab-label {
  display: inline-block;
  min-width: 5.5rem;
  font-weight: 600;
  color: #2d3a50;
}

.ab-hours,
.ab-description {
  color: #2b2f38;
}

.ab-hours p:last-child,
.ab-description p:last-child {
  margin-bottom: 0;
}

.ab-map-wrap .map-container {
  width: 100% !important;
}

.ab-logo-detail {
  max-height: 140px;
  object-fit: contain;
}

.ab-logo-thumb {
  width: 84px;
  height: 56px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ab-meta {
  font-size: 0.92rem;
  color: #4f5a6d;
}

.ab-summary {
  color: #384357;
  font-size: 0.95rem;
}

.ab-blog-description {
  color: #3a465d;
}

@media (max-width: 575.98px) {
  .ab-label {
    min-width: 4.75rem;
  }

  .ab-logo-thumb {
    width: 68px;
    height: 48px;
  }
}

.ab-card {
  border: 1px solid rgba(20, 54, 102, 0.12);
  border-radius: 0.9rem;
  background-color: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.ab-card:hover,
.ab-card:focus-within {
  background-color: #f3f5f7;
  border-color: rgba(20, 54, 102, 0.22);
  box-shadow: 0 0.4rem 1rem rgba(19, 31, 55, 0.08);
}

.ab-card-main-link {
  z-index: 1;
}

.ab-card .ab-inline-link,
.ab-card .ab-meta a {
  position: relative;
  z-index: 3;
}

.ab-card-title {
  margin-right: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.ab-logo-wrap {
  flex: 0 0 auto;
}

.ab-logo-thumb-right {
  width: 112px;
  height: 78px;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .ab-logo-thumb-right {
    width: 84px;
    height: 60px;
  }
}

/* Category cards - compact address layout */
.ab-blog-grid > .col {
  display: flex;
}

.ab-blog-grid > .col > .ab-card {
  width: 100%;
}

.ab-card {
  border: 1px solid rgba(20, 54, 102, 0.12);
  border-radius: 0.9rem;
  background-color: #ffffff;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.ab-card h2{
  color: var(--body-link-color);
}

.ab-card:hover,
.ab-card:focus-within {
  background-color: #f3f5f7;
  border-color: rgba(20, 54, 102, 0.22);
  box-shadow: 0 0.4rem 1rem rgba(19, 31, 55, 0.08);
}

.ab-card-main-link {
  z-index: 1;
}

.ab-card-body {
  padding: 0.95rem 1rem;
}

.ab-card-layout {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  min-height: 100%;
}

.ab-card-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab-card-title {
  margin-right: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--body-link-color);
}

.ab-meta {
  font-size: 0.92rem;
  color: #4f5a6d;
  line-height: 1.35;
}

.ab-logo-wrap {
  flex: 0 0 112px;
  align-self: stretch;
  display: flex;
}

.ab-logo-thumb-right {
  width: 100%;
  height: 100%;
  min-height: 72px;
  max-height: 96px;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .ab-logo-wrap {
    flex-basis: 84px;
  }

  .ab-logo-thumb-right {
    min-height: 60px;
    max-height: 82px;
  }
}

/* Article basic info - logo on the right */
.ab-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.ab-info-layout {
  flex: 1 1 auto;
  min-width: 0;
}

.ab-info-layout h2 {
  margin-bottom: 0.75rem;
}

.ab-info-text {
  min-width: 0;
}

.ab-info-logo {
  flex: 0 0 190px;
  max-width: 230px;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.ab-logo-detail-inline {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .ab-info-row {
    flex-direction: column;
  }

  .ab-info-logo {
    margin-left: 0;
    max-width: 160px;
  }

  .ab-logo-detail-inline {
    max-height: 120px;
  }
}