.gdr-d5-atc-wrap {
    margin-top: 12px;
    width: 100%;
}

.gdr-d5-atc {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 12px 20px;
    border: 1px solid #ff497c;
    border-radius: 6px;
    background: #ff497c;
    color: #fff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.gdr-d5-atc:hover,
.gdr-d5-atc:focus {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.gdr-d5-atc:active {
    transform: translateY(1px);
}

.gdr-d5-atc.is-loading {
    opacity: .65;
    pointer-events: none;
}

.gdr-d5-atc__icon {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .gdr-d5-atc {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 14px;
    }
}
