body.fixture-custom-select-form {
    margin: 0;
    font-family: "Nunito", system-ui, sans-serif;
    background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
    color: #2d3436;
}

.fixture-wrap {
    max-width: 320px;
    margin: 2.5rem auto;
    padding: 0 1rem;
}

.custom-select-wrap label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.select-shell {
    position: relative;
}

.select-shell select {
    width: 100%;
    appearance: none;
    padding: 0.65rem 2.5rem 0.65rem 0.85rem;
    font: inherit;
    border: 2px solid #636e72;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.select-shell::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #636e72;
}

.custom-select-wrap button {
    margin-top: 1rem;
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
    border: none;
    background: #0984e3;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.fixture-wrap .back-to-index a {
    color: #0984e3;
}
