/* تعریف فونت سفارشی */
@font-face {
    font-family: 'IRANSansX-Bold';
    src: url('https://test.novinpars.com/wp-content/uploads/2025/12/IRANSansX-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.club-button-wrapper {
    display: flex;
    justify-content: left;
    padding: 0px;
}

.club-button {
    display: flex;
    align-items: center;
    background-color: #849b95;
    color: #ffffff !important;            /* متن و آیکن سفید */
    font-family: 'IRANSansX-Bold', sans-serif; /* اضافه کردن فونت سفارشی */
    font-size: 16px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, color 0.2s;  /* رنگ هم انیمیشن داشته باشد */
}

.club-button:hover {
    transform: translateY(-2px);
    color: #D6AE6F !important;           /* متن و آیکن هنگام هاور */
}

.club-button-icon {
    margin-left: 3px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
