﻿.option-button {
    align-items: center;
    padding: 10px 20px 10px 20px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px #00000014;
    border: 1px solid #E5E5E5;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.option-button:hover:not(.option-button-disabled) {
    box-shadow: 0px 8px 16px 0px #00000026;
}

.option-button-active {
    border: 2px solid #1A7CCA;
    background-color: #FFFDEB;
}

.option-button-disabled {
    opacity: 0.5;
    cursor: auto;
    pointer-events: none;
}

.option-button-span {
    font-family: Inter;
    font-weight: 400;
    color: #525252;
    line-height: 20px;
    font-size: 14px;
}
