.duration-30 { background-color: #ffefef; }
.duration-1h { background-color: #fffcdd; }
.room-small { background-color: #e9f7ef; }
.room-medium { background-color: #eef2ff; }
.room-large { background-color: #f3e9ff; }
.confirmation-no { background-color: #fff5e9; }
.confirmation-yes { background-color: rgb(248, 248, 248); }

.custom-inputs input[type="checkbox"] + span:before {
    border-color: #5e5e5e !important;
    background-color: white;
}

#pairwise-combinations-table {
    margin-top: 1.5rem;
}

#test-meeting-form {
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

#test-meeting-form:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

#test-meeting-form .card-header {
    background-color: #363636;
    color: #fde3ab;
    padding: 1rem;
}

#test-meeting-form .card-header-title {
    font-weight: 600;
    font-size: 1.5rem;
    color: white;
}

#test-meeting-form .card-content {
    padding: 1.5rem;
}

#test-meeting-form .field label, #confirmation-container label, #confirmation-container span {
    font-weight: bold;
    font-size: 1rem;
    color: #363636;
}

#test-meeting-form .select select {
    border: 2px solid #363636;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s;
}

#test-meeting-form .select select:hover {
    border-color: #fde3ab;
}

#test-meeting-form .message {
    background: #fde3ab;
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

#test-meeting-form .buttons .button {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

#test-meeting-form img {
    padding-left: 20px;
    padding-right: 20px;
}

#pairwise-hero-dropdowns {
    max-width: 34rem;
    margin: 0 auto;
}

#pairwise-hero-dropdowns-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1rem;
    background: var(--card-bg);
    border: 2px solid #2f2f2f;
    border-radius: 24px;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.14);
}

.pairwise-hero-select-wrap {
    min-width: 0;
}

.pairwise-hero-select-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
}

#pairwise-hero-dropdowns-box .select,
#pairwise-hero-dropdowns-box .select select {
    width: 100%;
}

#pairwise-hero-dropdowns-box .select select {
    border: 2px solid #2f2f2f;
    border-radius: 14px;
    background: var(--card-bg-hover);
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #pairwise-hero-dropdowns-box {
        grid-template-columns: 1fr;
        padding: 0.95rem;
    }
}
