.cvs-voting-container, .cvs-nomination-container, .cvs-login-container, .cvs-results-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    font-family: inherit;
}

.cvs-step {
    margin: 20px 0;
}

.cvs-step label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cvs-step select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

#cvs-industry-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.cvs-industry-btn {
    padding: 10px 20px;
    background: #e0e0e0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.cvs-industry-btn.active {
    background: #2271b1;
    color: white;
}

.cvs-industry-categories {
    margin: 15px 0;
    padding: 15px;
    background: white;
    border-radius: 5px;
    border-left: 4px solid #2271b1;
}

.cvs-industry-categories h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.cvs-industry-categories label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
}

.cvs-nomination-container input, 
.cvs-nomination-container select, 
.cvs-nomination-container textarea,
.cvs-login-container input {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.cvs-nomination-container input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.cvs-consent label {
    display: block;
    margin: 10px 0;
}

.cvs-results-controls {
    margin-bottom: 20px;
}

.cvs-results-controls select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.cvs-winners-list {
    background: white;
    padding: 15px;
    border-radius: 5px;
}

.cvs-winners-list h4 {
    margin-top: 0;
    color: #2271b1;
}

.cvs-winners-list ul {
    list-style: none;
    padding-left: 0;
}

.cvs-winners-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.cvs-winners-list .diamond {
    color: #b8860b;
    font-weight: bold;
}

.cvs-winners-list .platinum {
    color: #8c92ac;
    font-weight: bold;
}

.cvs-winners-list .gold {
    color: #d4af37;
    font-weight: bold;
}

button.button {
    background: #2271b1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button.button:hover {
    background: #135e96;
}

.cvs-error {
    color: #d63638;
    margin-top: 10px;
    padding: 10px;
    background: #fcf0f1;
    border-radius: 5px;
}

.cvs-success {
    color: #00a32a;
    margin-top: 10px;
    padding: 10px;
    background: #edfaef;
    border-radius: 5px;
}

.cvs-progress { display: flex; margin-bottom: 30px; border-bottom: 2px solid #ddd; padding-bottom: 10px; }
.cvs-step-indicator { flex: 1; text-align: center; padding: 8px; background: #f0f0f0; margin-right: 5px; border-radius: 5px; transition: all 0.3s; }
.cvs-step-indicator.active { background: #2271b1; color: white; font-weight: bold; }
.cvs-nav-buttons { margin-top: 20px; text-align: right; }
.cvs-nav-buttons button { margin-left: 10px; padding: 8px 16px; cursor: pointer; }
.cvs-industry-categories { margin: 15px 0; padding: 10px; background: #f9f9f9; border-left: 4px solid #2271b1; }
.cvs-consent label { display: block; margin: 15px 0; line-height: 1.4; }