/* =========================
   Detail page – Astra friendly
   ========================= */

/* Breadcrumb to match Astra style */
.esites-breadcrumbs {
    font-size: 0.85rem;
    margin: 0 0 0.75rem;
    color: #6b7280;
}
.esites-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}
.esites-breadcrumbs a:hover {
    text-decoration: underline;
}

/* Let Astra handle the container width – just add spacing */
.esites-detail {
    margin: 0 0 2.5rem;
    padding: 0;
    background: transparent;
    border: none;
}

/* Heading + operator text */
.esites-detail h1 {
    margin: 0 0 0.35rem;
    font-size: clamp(2rem, 3vw, 2.6rem);
}
.esites-detail p {
    margin: 0 0 1rem;
}

/* Button row */
.esites-detail-actions {
    margin: 0.75rem 0 1.75rem;
}
.esites-detail-actions .button {
    display: inline-block;
    padding: 0.6rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.esites-detail-actions .button:hover {
    text-decoration: none;
}

/* Table – look like native Astra tables, just a bit crisper */
.esites-detail-meta {
    margin-bottom: 1.75rem;
}
.esites-detail-meta table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.esites-detail-meta th,
.esites-detail-meta td {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}
.esites-detail-meta th {
    width: 32%;
    font-weight: 600;
    background-color: #f9fafb;
    color: #111827;
}
.esites-detail-meta tbody tr:nth-child(even) td {
    background-color: #fcfcfc;
}

/* Map block */
.esites-detail-map {
    margin-top: 1.5rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

/* On larger screens just add some breathing room under the header,
   no fancy grids to fight Astra layout */
@media (min-width: 992px) {
    .esites-detail {
        margin-top: 0.5rem;
    }
}
