/**
 * Frontend styles for Breakdance Site Customizations
 */

/* Category description styling */
.bsc-category-descriptions {
    margin: 20px 0;
}

.bsc-standard-description {
    margin-bottom: 15px;
}

.bsc-extended-description {
    margin-top: 15px;
}

.bsc-extended-description h2,
.bsc-extended-description h3,
.bsc-extended-description h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.bsc-extended-description p {
    margin-bottom: 1em;
    line-height: 1.6;
}

.bsc-extended-description ul,
.bsc-extended-description ol {
    margin: 1em 0;
    padding-left: 2em;
}

.bsc-extended-description li {
    margin-bottom: 0.5em;
}

.bsc-extended-description img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

.bsc-extended-description blockquote {
    margin: 1.5em 0;
    padding: 1em;
    border-left: 4px solid #ddd;
    background: #f9f9f9;
    font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
    .bsc-category-descriptions {
        margin: 15px 0;
    }
    
    .bsc-extended-description {
        margin-top: 10px;
    }
}
