.rws-theme-switcher-wrapper-90d6a694 {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.rws-theme-switcher-wrapper-90d6a694 h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #333;
}

.rws-theme-switcher-wrapper-90d6a694 p {
    color: #666;
    margin-bottom: 20px;
}

.rws-theme-grid-90d6a694 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

.rws-theme-btn-90d6a694 {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rws-theme-btn-90d6a694:hover {
    border-color: #007cba;
    background: #f0f8ff;
}

.rws-theme-btn-90d6a694.active {
    border-color: #007cba;
    background: #007cba;
    color: #fff;
}