.cfr-campgrounds {
    display: block;
    max-width: 100%;
    margin-bottom: 2rem;
}

.cfr-widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: inherit;
}

.cfr-campground-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cfr-campground-item {
    padding: 0.875rem 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cfr-campground-item:last-child {
    border-bottom: none;
}

.cfr-campground-name {
    font-weight: 600;
    font-size: 1rem;
}

.cfr-campground-location {
    font-size: 0.875rem;
    color: #6b7280;
}

.cfr-campground-link {
    font-size: 0.875rem;
    color: inherit;
    text-decoration: underline;
    margin-top: 0.25rem;
    display: inline-block;
}

.cfr-campground-ada {
    font-size: 0.75rem;
    color: #059669;
    font-weight: 500;
}

.cfr-park-alerts {
    display: block;
    max-width: 100%;
    margin-bottom: 2rem;
}

.cfr-alerts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cfr-alert-item {
    padding: 0.875rem 0;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.cfr-alert-item:last-child {
    border-bottom: none;
}

.cfr-alert-category {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #b45309;
}

.cfr-alert-title {
    font-weight: 600;
    font-size: 1rem;
}

.cfr-alert-description {
    font-size: 0.875rem;
    color: #6b7280;
}

.cfr-alert-link {
    font-size: 0.875rem;
    color: inherit;
    text-decoration: underline;
    margin-top: 0.25rem;
    display: inline-block;
}

.cfr-no-alerts p {
    font-size: 0.875rem;
    color: #6b7280;
}

.cfr-error {
    color: #b91c1c;
    font-size: 0.875rem;
    padding: 0.75rem;
    background: #fef2f2;
    border-radius: 4px;
}
