.wc-fgm-gifts-wrapper {
    margin: 20px 0;
    padding: 15px;
    border: 1px dashed #e6a23c;
    background-color: #fdf6ec;
    border-radius: 8px;
}

.wc-fgm-gifts-wrapper h3 {
    margin-top: 0;
    color: #e6a23c;
    font-size: 1.2em;
}

.wc-fgm-gifts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.wc-fgm-gift-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 6px;
    padding: 8px 12px;
    min-width: 220px;
    flex: 1 1 calc(33.333% - 12px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

@media (max-width: 768px) {
    .wc-fgm-gift-card {
        flex: 1 1 100%;
    }
}

.wc-fgm-gift-img {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 4px;
}

.wc-fgm-gift-info {
    display: flex;
    flex-direction: column;
}

.wc-fgm-gift-title {
    font-weight: 600;
    font-size: 0.95em;
    color: #303133;
}

.wc-fgm-gift-old-price del {
    color: #909399;
    font-size: 0.85em;
    margin-right: 5px;
}

.wc-fgm-badge {
    background-color: #67c23a;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    width: max-content;
    margin-top: 3px;
}