/**
 * Minimal fallbacks so the plugin shortcodes stay usable with any theme.
 * The full "Sicilian Sun" styling lives in the Trapani Coast to Coast theme.
 */

.tpc-grid { display: grid; grid-template-columns: repeat( auto-fill, minmax( 280px, 1fr ) ); gap: 1.5rem; }
.tpc-card { border: 1px solid #e2e6ee; border-radius: 1rem; overflow: hidden; background: #fff; }
.tpc-card-media img { width: 100%; height: auto; display: block; }
.tpc-card-head { display: flex; gap: .5rem; align-items: flex-start; padding: 1rem 1rem 0; }
.tpc-card-body { padding: .5rem 1rem 1.25rem; display: grid; gap: .6rem; }
.tpc-chip, .tpc-btn, .tpc-fav { cursor: pointer; font: inherit; }
.tpc-map { width: 100%; min-height: 420px; }
.tpc-map-empty { padding: 2rem; text-align: center; }
.tpc-marker-pin { display: block; width: 18px; height: 18px; border-radius: 9999px; box-shadow: 0 0 0 3px rgba( 255, 255, 255, .9 ), 0 2px 6px rgba( 0, 0, 0, .35 ); }
.tpc-map-filters { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1rem; }
.tpc-dot { display: inline-block; width: .6rem; height: .6rem; border-radius: 9999px; margin-right: .4rem; }
.tpc-icon { width: 1.35rem; height: 1.35rem; }
.tpc-feedback { min-height: 1.5rem; }
