/* MOBILIFE install case detail */
.case-detail-cta {
    margin-top: 42px;
    padding: 24px 26px;
    border: 1px solid #dbe7e1;
    border-radius: 18px;
    background: #f3faf6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.case-detail-cta strong {
    display: block;
    margin-bottom: 7px;
    color: #17251f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    word-break: keep-all;
}

.case-detail-cta p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.case-detail-cta-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .case-detail-cta {
        margin-top: 30px;
        padding: 20px;
        display: block;
    }

    .case-detail-cta-btn {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
    }
}
