.col2 ul.occape-directory-list { list-style: none; padding: 0; margin: 0; }
.col2 ul.occape-directory-list > li { list-style: none; margin: 0; padding: 0; background: transparent; }
.occape-card, .occape-card * { box-sizing: border-box; }
.occape-card { display: grid; grid-template-columns: 148px minmax(0, 1fr); column-gap: 24px; row-gap: 16px; padding: 24px; margin: 0 0 20px; width: 100%; min-width: 0; border: 1px solid #e1e1e1; border-radius: 12px; background: #fff; box-shadow: none; color: #171717; font: 14px/1.5 Arial, Helvetica, sans-serif; text-align: left; }
.occape-card__photo { grid-row: span 3; display: block; position: relative; margin: 0; width: 148px; height: 164px; overflow: hidden; border-radius: 10px; background: #f5f5f5; border: 1px solid #e1e1e1; }
.occape-card__photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.occape-card__photo img[data-src] { opacity: 0; }
.occape-card__photo.is-loaded img { opacity: 1; animation: none; transition: opacity .3s; }
.occape-card__photo.is-loading::after { content: ''; position: absolute; inset: 0; margin: auto; width: 22px; height: 22px; border: 3px solid #bbb; border-top-color: #af1f17; border-radius: 50%; box-shadow: none; animation: occape-image-spin .8s linear infinite; }
.occape-card__image-error { display: grid; place-items: center; height: 100%; padding: 12px; color: #333; font-size: 12px; text-align: center; }
@keyframes occape-image-spin { to { transform: rotate(360deg); } }
.occape-card__placeholder { display: grid; height: 100%; place-items: center; color: #af1f17; font: bold 48px Georgia, serif; }
.occape-card__heading { min-width: 0; }
.occape-card__category { display: block; margin-bottom: 7px; color: #a6231c; font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.occape-card .occape-card__heading h2 { margin: 0; padding: 0; color: #292626; font: 700 23px/1.2 Arial, Helvetica, sans-serif; letter-spacing: -.6px; overflow-wrap: anywhere; text-align: left; }
.occape-card__specialty { margin: 7px 0 0; color: #6a6060; font-size: 14px; }
.occape-card__body { min-width: 0; }
.occape-card__details { display: grid; gap: 10px; margin: 0 0 16px; }
.occape-card__details dt { margin: 0 0 2px; color: #807575; font-size: 10px; text-transform: uppercase; letter-spacing: .7px; font-weight: 700; }
.occape-card__details dd { margin: 0; color: #4f4949; overflow-wrap: anywhere; }
.occape-card__contact { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.occape-card a { text-decoration: none; transition: background-color .15s, color .15s; }
.occape-card a.occape-card__phone { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border-radius: 8px; background: #25D366; color: #fff; }
.occape-card a.occape-card__phone:hover { background: #128C7E; }
.occape-card__phone svg { display: block; width: 20px; height: 20px; flex-shrink: 0; fill: currentColor; }
.occape-card a.occape-card__email { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border-radius: 8px; background: #FF0000; color: #fff; }
.occape-card a.occape-card__email:hover { background: #D90000; }
.occape-card__email svg { display: block; width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.occape-card__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding-top: 12px; border-top: 1px solid #eee9e5; min-width: 0; }
.occape-card__certificate { display: flex; flex-direction: column; font-size: 10px; color: #807575; }
.occape-card__certificate strong { color: #594b3b; font-size: 12px; font-weight: 600; }
.occape-card__social { display: flex; flex-wrap: wrap; gap: 4px 12px; }
.occape-card__social a { display: inline-flex; align-items: center; min-height: 44px; color: #8c302a; font-size: 12px; font-weight: 600; }
.occape-card__social a:hover { color: #af1f17; text-decoration: underline; }
.occape-card__social a.occape-card__social-icon { justify-content: center; width: 44px; height: 44px; border-radius: 8px; background: #f7f3f2; }
.occape-card__social a.occape-card__social-icon:hover { background: #f0e4e2; text-decoration: none; }
.occape-card__social-icon svg { display: block; width: 23px; height: 23px; fill: currentColor; }
.occape-card a:focus-visible { outline: 3px solid #2459ac; outline-offset: 3px; }
.occape-card__social a { color: #57130e; }
.occape-card__category, .occape-card__details dt { color: #B42318; }
.occape-card__specialty, .occape-card__details dd, .occape-card__certificate, .occape-card__certificate strong { color: #242424; }
.occape-card__footer { border-top-color: #e8e8e8; }
@media (prefers-reduced-motion: reduce) { .occape-card__photo.is-loaded img { transition: none; } }
@media (max-width: 1000px) and (min-width: 769px), (max-width: 520px) {
  .occape-card { grid-template-columns: 80px minmax(0, 1fr); padding: 18px; column-gap: 14px; row-gap: 18px; border-radius: 14px; }
  .occape-card__photo { grid-row: 1; width: 80px; height: 90px; border-radius: 10px; }
  .occape-card .occape-card__heading h2 { font-size: 20px; letter-spacing: -.4px; }
  .occape-card__category { font-size: 9px; letter-spacing: .7px; margin-bottom: 6px; }
  .occape-card__specialty { font-size: 13px; }
  .occape-card__body, .occape-card__footer { grid-column: 1 / -1; }
  .occape-card__details { gap: 12px; }
}
