.button {
    padding: 15px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: var(--color-4);
    background: transparent;
    outline: none;
    position: relative;
    overflow: hidden;
    display: flex;
    line-height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.button_1 {
    background: linear-gradient(225deg, var(--color-5) 0%, var(--color-6) 100%);
    border: 1px solid var(--color-7);

}

.form_wrapper {
    max-width: 500px;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px auto 50px;
}

form .big__banner__links {
    margin-top: 30px;
    justify-content: center;
}

.big__banner__links {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.big__banner__link {
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background: var(--color-2);
    padding: 12px;
}

.big__banner__link svg {
    width: 20px;
    height: 20px;
}

.form__head {
    padding: 15px;
    width: 100%;
    background: #1a2c38;

}

.form__head svg {
    width: 67px;
    height: 34px;
}

form button {
    width: 100%;
}

.button_2 {
    border: 1px solid var(--color-3);
    background: var(--color-3);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}
.button_2:hover {
    background: var(--color-5);
    border: 1px solid var(--color-5);
}


.button_3.active {
    background: var(--color-3);
}

.button_3 {
    border: 1px solid var(--color-3);
}

.button_4 {
    background: var(--color-9);
}

.button_4:hover {
    background: var(--color-10);
}


.wp-element-button {
   border-radius: 4px!important;
}

.wp-block-post-content a:not(a[href*="/go"]) {
    color: var(--color-3);
}

@media (max-width: 500px) {
    .wp-block-button {
        width: 100% !important;
    }
}

table {
    margin-block-start: 15px!important;
    margin-block-end: 15px!important;
    border-collapse: collapse;
}

table td {
    border: 1px solid white;
    padding: 10px;
}

.table_wrapper tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1);
}

.table_wrapper {
    overflow: auto;
}






