/* AR TMC - Author Page Actions (Build 10.4.8) */

/* الحاوية الكبرى */
.ahe-author-actions-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    direction: rtl;
    flex-wrap: wrap;
}

/* توحيد الأساسيات للزر والعداد */
.ahe-author-btn, 
.ahe-post-count-badge {
    height: 45px !important; /* ارتفاع ثابت إجباري للتساوي */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* حواف أنيقة */
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-decoration: none;
}

/* زر السيرة الذاتية (Purple) */
.ahe-author-btn {
    background-color: #6a1b9a !important;
    color: #ffffff !important;
    padding: 0 25px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(106, 27, 154, 0.15);
}

.ahe-author-btn:hover {
    background-color: #4a148c !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(106, 27, 154, 0.25);
}

/* مربع عدد المقالات (Soft Pink/Purple) */
.ahe-post-count-badge {
    background-color: #fdf2f7;
    color: #b02a6b;
    padding: 0 20px;
    border: 1px solid #f8d7e7;
    min-width: 140px;
}

.ahe-post-count-badge strong {
    margin: 0 6px;
    font-size: 18px;
    line-height: 1;
    color: #b02a6b;
}

/* تحسين شكل الـ Popup */
.elementor-location-popup .elementor-widget-container {
    padding: 30px !important;
    border-radius: 20px !important;
}