.about-bdsm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about-bdsm-header {
    text-align: center;
    margin-bottom: 3rem;
}

.about-bdsm-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.about-bdsm-section {
    margin-bottom: 2.5rem;
}

.about-bdsm-section h2 {
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
}

.about-bdsm-section h3 {
    color: #34495e;
    margin: 1.5rem 0 1rem;
    font-size: 1.4rem;
}

.about-bdsm-section p {
    margin-bottom: 1rem;
}

.about-bdsm-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.about-bdsm-table th,
.about-bdsm-table td {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.about-bdsm-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.about-bdsm-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.about-bdsm-chart {
    margin: 2rem 0;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.about-bdsm-image {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 8px;
}

.about-bdsm-callout {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 1.5rem;
    margin: 2rem 0;
}

.about-bdsm-callout h4 {
    margin-top: 0;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .about-bdsm-container {
        padding: 1rem;
    }
    
    .about-bdsm-table {
        display: block;
        overflow-x: auto;
    }
} 