جديد هنا

/* ==== بطاقة حقوق التصميم والبرمجة (نهاية القائمة الجانبية) ==== */ .dev_credit_box { display: flex; align-items: center; gap: 12px; margin: 14px 8px 10px 8px; padding: 12px 14px; border-radius: 12px; background: linear-gradient(135deg, #faf7ff, #f2edff); border: 1px solid #e5dbff; box-shadow: 0 2px 10px rgba(103, 58, 183, 0.08); transition: all 0.25s ease; cursor: pointer; } .dev_credit_box:hover { background: linear-gradient(135deg, #f2edff, #e9dfff); box-shadow: 0 4px 14px rgba(103, 58, 183, 0.16); transform: translateY(-1px); } .dev_credit_logo { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 11px; overflow: hidden; background: #ffffff; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); } .dev_credit_logo img { width: 100%; height: 100%; object-fit: contain; } .dev_credit_text { flex: 1 1 auto; min-width: 0; text-align: right; direction: rtl; } .dev_credit_title { font-family: 'Cairo', sans-serif; font-weight: 800; font-size: 14px; color: #4a2e83; line-height: 1.45; white-space: normal; } .dev_credit_more { font-family: 'Cairo', sans-serif; font-weight: 500; font-size: 11.5px; color: #9d92b3; margin-top: 3px; opacity: 0.9; } .dev_credit_box:hover .dev_credit_more { color: #673ab7; }

?>