#rek-wrap {
    max-width: 560px;
    margin: 0 auto;
    font-family: inherit;
}

#rek-wrap h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8b1a1a;
    color: #2c2c2c;
}

/* Pole formuláře */
#rek-wrap label {
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    color: #444;
    margin-bottom: 16px;
}

#rek-wrap input[type="number"],
#rek-wrap input[type="email"],
#rek-wrap select,
#rek-wrap textarea {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    font-family: inherit;
    color: #2c2c2c;
    background: #fafafa;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

#rek-wrap input[type="number"]:focus,
#rek-wrap input[type="email"]:focus,
#rek-wrap select:focus,
#rek-wrap textarea:focus {
    outline: none;
    border-color: #8b1a1a;
    background: #fff;
}

/* Checkboxy produktů */
#rek-produkty-list {
    background: #f7f4f0;
    border: 1px solid #e0d8d0;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

#rek-produkty-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 0.95em;
    color: #333;
    margin-bottom: 8px;
    cursor: pointer;
}

#rek-produkty-list label:last-child {
    margin-bottom: 0;
}

#rek-produkty-list input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #8b1a1a;
    flex-shrink: 0;
    cursor: pointer;
}

/* Tlačítka */
#rek-btn-overit,
#rek-btn-odeslat {
    display: inline-block;
    padding: 11px 28px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, opacity 0.15s;
}

#rek-btn-overit {
    background: #8b1a1a;
    color: #fff;
}

#rek-btn-overit:hover:not(:disabled) {
    background: #6e1414;
}

#rek-btn-overit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#rek-btn-odeslat {
    background: #8b1a1a;
    color: #fff;
}

#rek-btn-odeslat:hover:not(:disabled) {
    background: #6e1414;
}

#rek-btn-odeslat:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Turnstile widget */
.cf-turnstile {
    margin: 16px 0;
}

/* Chybové hlášky */
#rek-chyba-1,
#rek-chyba-2 {
    font-size: 0.88em;
    color: #c0392b;
    margin-top: 8px;
    padding: 8px 12px;
    background: #fdf0ef;
    border-left: 3px solid #c0392b;
    border-radius: 2px;
}

/* Úspěch */
#rek-uspech {
    text-align: center;
    padding: 32px 20px;
    background: #f0f7f0;
    border: 1px solid #b8d8b8;
    border-radius: 6px;
}

#rek-uspech-text {
    font-size: 1.05em;
    color: #2d6a2d;
    margin: 0;
}
