/**
 * Shared cart redemption panels (fixed-rewards dropdown + variable points slider).
 * No box-shadow — border-only cards for a consistent look.
 */

.lootly-cart-panel {
    box-sizing: border-box;
    width: 100%;
    margin: 24px auto;
    padding: 24px 28px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Fixed rewards (dropdown) widget */
.lootly-fixed-rewards-cart {
    display: block;
}

.lootly-fixed-rewards-cart__inner {
    width: 100%;
}

.lootly-fixed-rewards-cart__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}

.lootly-fixed-rewards-cart__login {
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}

.lootly-fixed-rewards-cart__notice {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #555;
}

.lootly-fixed-rewards-cart__login a {
    color: #111;
    text-decoration: underline;
}

.lootly-fixed-rewards-cart__balance-line {
    font-size: 15px;
    line-height: 1.45;
    color: #333;
    margin: 0 0 16px;
}

.lootly-fixed-rewards-cart__balance {
    font-weight: 700;
    color: #111;
}

.lootly-fixed-rewards-cart__select-wrap {
    margin-bottom: 16px;
}

.lootly-fixed-rewards-cart__select {
    width: 100%;
    padding: 10px 32px 10px 12px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/arrow.svg') no-repeat right 12px center #fff;
    line-height: 1.5;
    font-size: 15px;
    box-sizing: border-box;
}

.lootly-fixed-rewards-cart__select option {
    padding: 8px;
}

.lootly-fixed-rewards-cart__actions {
    margin-top: 4px;
}

.lootly-fixed-rewards-cart__redeem {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    line-height: normal;
}

.lootly-fixed-rewards-cart__redeem:hover {
    opacity: 0.92;
}

.lootly-fixed-rewards-cart .lootly-reward-failed {
    color: #e81515;
    font-size: 15px;
    margin: 12px 0 0;
}

/* Success notice shown ABOVE the Lootly card (fixed rewards / variable slider / widget overlay) */
.lootly-above-card-notice {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    margin: 0 0 12px;
    color: #219d4b !important;
    font-size: 15px;
    background: #fff;
    line-height: 1.45;
    border: 1px solid #e8e8e8;
    border-radius: 9px;
}

.lootly-above-card-notice p {
    margin: 0;
    text-align: center;
}

.lootly-above-card-notice--manual {
    color: #333;
}
