/* Wereshop Credits Addon Styles */

.wereshop-credits-info {
    background: linear-gradient(135deg, #0a7ea4 0%, #0a6a8a 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(10, 126, 164, 0.2);
}

.wereshop-credits-info h3 {
    margin-top: 0;
    color: white;
    font-size: 18px;
}

.wereshop-credits-info p {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0;
}

.wereshop-credits-info .button {
    background: white;
    color: #0a7ea4;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.wereshop-credits-info .button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wereshop-credits-warning {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 0;
    color: #856404;
}

.wereshop-credits-warning p {
    margin: 0;
}

.wereshop-credits-warning a {
    color: #856404;
    font-weight: bold;
    text-decoration: underline;
}

.wereshop-credits-warning a:hover {
    color: #654321;
}

.wereshop-credits-menu-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #0a7ea4;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.wereshop-credits-menu-item:hover {
    background: #0a6a8a;
    transform: translateY(-2px);
}

.wereshop-credits-menu-item .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Masquer les éléments d'abonnement */
.rtcl-pricing-plans,
.rtcl-subscription-plans,
.rtcl-pricing-table,
.rtcl-subscription-table,
.rtcl-pricing-form,
.rtcl-subscription-form,
.rtcl-pricing-section,
.rtcl-subscription-section,
.rtcl-pricing-page,
.rtcl-subscription-page {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .wereshop-credits-info {
        padding: 15px;
    }

    .wereshop-credits-info h3 {
        font-size: 16px;
    }

    .wereshop-credits-info p {
        font-size: 14px;
    }

    .wereshop-credits-menu-item {
        padding: 6px 12px;
        font-size: 12px;
    }
}
