.DermaStrata-guide-container {
    max-width: 800px;
    margin: 20px auto;
    font-family: 'Arial', sans-serif;
    color: #5a3e36;
}

.DermaStrata-index-card {
    background: #fff;
    border: 2px solid #d5a18e;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.DermaStrata-index-card h3 {
    font-size: 20px;
    color: #5a3e36;
    margin-bottom: 10px;
}

.DermaStrata-index-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.DermaStrata-index-card .thresholds {
    margin-top: 10px;
    font-weight: bold;
}
