.anep-ad-single {
    direction: rtl; /* لضبط اتجاه النص العربي */
    text-align: center !important; /* توسيط النصوص داخل الحاوية */
    max-width: 700px; /* عرض محدود للحاوية */
    margin: 20px auto; /* توسيط الحاوية أفقياً */
    font-family: Arial, sans-serif;
    color: #0a7d2f;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.anep-ad-single .print-btn,
.anep-ad-single .pdf-btn {
    background-color: #0a7d2f;
    color: #fff;
    border: none;
    padding: 8px 14px;
    margin: 10px 5px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.anep-ad-single .print-btn:hover,
.anep-ad-single .pdf-btn:hover {
    background-color: #095b20;
}

.anep-ad-single .ad-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.anep-ad-single ul.ad-info {
    display: inline-block !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}

.anep-ad-single ul.ad-info li {
    margin-bottom: 8px !important;
}

.anep-ad-single ul.ad-info li strong {
    display: inline-block !important;
    min-width: 80px !important;
    text-align: left !important;
    margin-left: 10px !important;
}
