.aff-apply-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 16px 28px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
    line-height: 1.4;
    transition: opacity 0.2s;
    box-sizing: border-box;
    border: none !important;
}

.aff-apply-btn--default,
.aff-apply-btn--console {
    background: #fff !important;
    color: #191f28 !important;
    border: none !important;
    cursor: pointer !important;
}

.aff-apply-btn--default:hover,
.aff-apply-btn--default:focus,
.aff-apply-btn--default:active,
.aff-apply-btn--console:hover,
.aff-apply-btn--console:focus,
.aff-apply-btn--console:active {
    background: #f4f4f5 !important;
    color: #191f28 !important;
    border: none !important;
}

.aff-apply-btn--kakao {
    background: #FEE500 !important;
    color: #191f28 !important;
    border: none !important;
    cursor: pointer !important;
}

.aff-apply-btn--kakao:hover,
.aff-apply-btn--kakao:focus,
.aff-apply-btn--kakao:active {
    background: #FDD835 !important;
    color: #191f28 !important;
    border: none !important;
}

.aff-apply-btn--disabled {
    background: #e4e4e7 !important;
    color: #a1a1aa !important;
    border: none !important;
    cursor: not-allowed !important;
}
