/* زر موحد */
.tahfeez-button {
    display: inline-block;
    margin-top: 15px;
    background: var(--educrat-theme-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    text-align: center;
    transition: background 0.3s ease;
}

.tahfeez-button:hover {
    background: var(--educrat-link_hover_color);
    color: #fff;
}
