.#{$rt-namespace}__close-button {
    color: $rt-text-color-default;
    font-weight: bold;
    font-size: 14px;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s ease;
    align-self: flex-start;
    height: 32px;

    svg {
        fill: $rt-text-color-default;
    }

    &--default {
        opacity: 0.3;
    }

    &:hover,
    &:focus {
        opacity: 1;
    }
}
