وكالة الكلية للشؤون الأكاديمية
.unit-links .link-card {
display: inline-block;
text-align: center;
margin: 10px;
padding: 14px 16px;
border-radius: 8px;
background-color: #1E73BE; /* أزرق أفتح */
border: 1px solid #1E73BE;
text-decoration: none;
color: #fff;
font-weight: 700;
font-size: 14px;
line-height: 1.2;
transition: all 0.25s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
box-sizing: border-box;
}
.unit-links .link-card:hover {
background-color: #3F8FD4; /* أزرق أفتح عند الهوفر */
border-color: #3F8FD4;
transform: translateY(-3px);
box-shadow: 0 4px



