/* ==========================================================================
   WC Product Gift Deadline – Front-end Styles
   ========================================================================== */

.wcpgd-gifts-section {
    margin: 2em 0;
    padding: 1.5em;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.wcpgd-gifts-title {
    margin: 0 0 1em;
    font-size: 1.15em;
    color: #333;
}

.wcpgd-gift-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    padding: 0.8em 0;
    border-bottom: 1px solid #eee;
}

.wcpgd-gift-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wcpgd-gift-info {
    display: flex;
    flex-direction: column;
    gap: 0.15em;
}

.wcpgd-gift-name {
    font-size: 0.95em;
    color: #333;
}

.wcpgd-gift-product,
.wcpgd-gift-deadline {
    font-size: 0.82em;
    color: #666;
}

.wcpgd-download-btn {
    white-space: nowrap;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 600px) {
    .wcpgd-gift-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .wcpgd-gift-action {
        margin-top: 0.5em;
    }
}
