/*
 * Custom CSS for Webshop Theme
 * Add your custom styles here
 */

/* Plugin dependency error styles */
.crm-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
    font-weight: 500;
}

.pricing-admin-notice {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin: 1rem auto 0;
    max-width: 600px;
    text-align: left;
}

.pricing-admin-notice p {
    margin: 0;
    color: #856404;
    font-size: 0.9rem;
    line-height: 1.5;
}

.pricing-admin-notice a {
    color: #007cba;
    text-decoration: none;
    font-weight: 600;
}

.pricing-admin-notice a:hover {
    text-decoration: underline;
}

.pricing-admin-notice .button {
    margin-left: 10px;
    vertical-align: middle;
}

/* Additional custom styles can be added here */
