.wtoy-points-page-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.wtoy-points-page-header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

.wtoy-points-page-header__btn--text {
    padding: 10px 20px;
    background-color: #d4a574;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.wtoy-points-page-header__btn--text:hover,
.wtoy-points-page-header__btn--text:focus {
    background-color: #b8894f;
    color: #fff;
    text-decoration: none;
}

.wtoy-points-page-header__btn--image img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 100%;
}

@media (max-width: 480px) {
    .wtoy-points-page-header__btn--image img {
        height: 40px;
    }
}
