/**
 * Local Highlight Widget Styles
 */

.local-highlight-content {
    background: #fff;
}

.local-highlight-description {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}

.local-highlight-description p {
    margin: 0 0 12px 0;
}

.local-highlight-description p:last-child {
    margin-bottom: 0;
}

.local-highlight-embed {
    position: relative;
    width: 100%;
    background: #000;
}

/* Responsive iframe container */
.local-highlight-embed iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}

.local-highlight-link {
    padding: 14px 16px;
    text-align: center;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
}

.local-highlight-link a {
    display: inline-block;
    color: #2d3748;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.local-highlight-link a:hover {
    text-decoration: underline;
}

/* Sidebar widget adjustments */
.widget .local-highlight-content {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
