.coway-action-area {
    width: 100%;
    margin-top: 18px;
}

    .coway-action-area .coway-service-btn {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 6px;
        background: #0d6efd;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none;
        transition: all .2s ease;
        cursor: pointer;
    }

        .coway-action-area .coway-service-btn:hover {
            background: #0b5ed7;
            color: #fff;
        }

.coway-consult-row {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.coway-consult-btn {
    width: 50%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}

.coway-kakao-btn {
    background: #FEE500;
    color: #191919 !important;
}

    .coway-kakao-btn:hover {
        background: #f4dc00;
        color: #191919 !important;
    }

.coway-phone-btn {
    background: #28a745;
    color: #fff !important;
}

    .coway-phone-btn:hover {
        background: #218838;
        color: #fff !important;
    }

.coway-kakao-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #191919;
    color: #FEE500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    flex-shrink: 0;
}

.coway-phone-icon {
    font-size: 19px;
}

.coway-consult-notes {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

    .coway-consult-notes span {
        width: 50%;
        text-align: center;
        font-size: 12px;
        color: #777;
        line-height: 1.4;
    }

/* 모바일 */
@media (max-width: 767px) {
    .coway-action-area {
        margin-top: 16px;
    }

        .coway-action-area .coway-service-btn {
            min-height: 50px;
            font-size: 16px;
        }

    .coway-consult-row {
        gap: 8px;
        margin-top: 8px;
    }

    .coway-consult-btn {
        min-height: 48px;
        font-size: 14px;
        gap: 6px;
    }

    .coway-kakao-icon {
        width: 25px;
        height: 25px;
        font-size: 8px;
    }

    .coway-phone-icon {
        font-size: 17px;
    }

    .coway-consult-notes {
        display: none;
    }
}
