.pg-free-gift-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.pg-free-gift-modal {
    background: #fff;
    width: min(920px, 100%);
    max-height: 90vh;
    overflow: auto;
    border-radius: 14px;
    padding: 28px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.pg-free-gift-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.pg-free-gift-modal h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

.pg-free-gift-intro {
    margin-bottom: 24px;
}

.pg-free-gift-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
}

.pg-free-gift-product {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
}

.pg-free-gift-product h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 12px 0 14px;
}

.pg-free-gift-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pg-free-gift-message {
    margin-top: 18px;
    font-weight: 600;
}

.pg-free-gift-message.is-success {
    color: #15803d;
}

.pg-free-gift-message.is-error {
    color: #b91c1c;
}

.pg-free-gift-cart-label {
    display: inline-block;
    margin-top: 4px;
    font-weight: 600;
}
