/* Add custom CSS styles below */ 
.hadllah-credit {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid rgba(255,255,255,0.08);
    letter-spacing: 0.3px;
}

.hadllah-credit a {
    color: #aaa;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hadllah-credit a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.heart {
    color: #ff3b3b; /* أحمر */
    margin: 0 3px;
}

.heart {
    color: #ff3b3b;
    margin: 0 4px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}