.aroosyar-btn-primary {
    background: var(--gold);
    color: var(--navy);
    border: none;
    border-radius: 10px;
    padding: 8px 25px;
    font-weight: 700;
    transition: .25s;
}

.aroosyar-btn-primary:hover {
    background: #d3bca0;
}

.aroosyar-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    direction: rtl;
    padding: 25% 30%;
}

.aroosyar-modal {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    width: 92%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.aroosyar-modal h2 {
    margin: 0 0 18px;
    font-size: 19px;
}

.aroosyar-modal-close {
    position: absolute;
    top: 10px;
    left: 14px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #999;
}

.aroosyar-form-row {
    margin-bottom: 16px;
}

.aroosyar-form-row label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.aroosyar-form-row input,
.aroosyar-form-row select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.aroosyar-modal-error {
    background: #fdeeee;
    color: #a3232f;
    border: 1px solid #f3c2c5;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}

.aroosyar-modal-success {
    background: #eaf7ee;
    color: #1e7a34;
    border: 1px solid #b9e6c4;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
}

/* لیست جشن‌های داشبورد */
.aroosyar-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.aroosyar-event-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
    display: block;
    color: inherit;
    text-decoration: none;
    transition: box-shadow .2s, transform .2s;
}

.aroosyar-event-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
    color: inherit;
}

.aroosyar-event-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.aroosyar-event-card p {
    margin: 3px 0;
    font-size: 13px;
    color: #777;
}

.aroosyar-empty-state {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

.aroosyar-myaccount-events__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.aroosyar-myaccount-events__header h2 {
    margin: 0;
    /*font-size: 18px;*/
}

.aroosyar-myaccount-events__grid {
    display: flex;
    flex-direction: row;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0;
    flex-wrap: wrap;
}

a.aroosyar-event-card {
    display: block;
    width: 25%;
}
.woocommerce h2, .woocommerce h3{
    color: #292929 !important;
}