/* Plump SEO — Local Business frontend styles */

.plumpseo-local-business,
.plumpseo-location {
    margin-bottom: 1.5em;
}

.plumpseo-local-business-name,
.plumpseo-location-name {
    margin: 0 0 0.5em;
    font-size: 1.25em;
}

.plumpseo-local-business p,
.plumpseo-location-address span {
    margin: 0.25em 0;
    line-height: 1.6;
}

.plumpseo-location-address {
    display: flex;
    flex-direction: column;
    margin: 0.5em 0;
}

.plumpseo-opening-hours-title {
    margin: 1em 0 0.4em;
    font-size: 1em;
}

.plumpseo-opening-hours-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 360px;
    margin: 0 0 1em;
}

.plumpseo-opening-hours-table th,
.plumpseo-opening-hours-table td {
    border: 1px solid #e2e4e7;
    padding: 6px 10px;
    text-align: left;
    font-size: 0.95em;
}

.plumpseo-opening-hours-table th {
    background: #f6f7f7;
    font-weight: 600;
    width: 40%;
}

.plumpseo-map {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #f0f0f1;
    margin: 1em 0 0.5em;
}

.plumpseo-map-frame {
    display: block;
    width: 100%;
    border: 0;
}

.plumpseo-map-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 0.5em 0 1.5em;
}

.plumpseo-map-link {
    font-size: 0.9em;
}
