.inline-cta-banner-4f1d4760 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF8EE;
    border: 1px solid #FF9900;
    border-radius: 10px;
    padding: 18px 20px;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.inline-cta-banner-4f1d4760 .cta-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF9900;
}

.inline-cta-banner-4f1d4760 .cta-icon-wrapper i {
    font-size: 40px;
}

.inline-cta-banner-4f1d4760 .cta-icon-wrapper svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.inline-cta-banner-4f1d4760 .cta-text-wrapper {
    flex-grow: 1;
}

.inline-cta-banner-4f1d4760 .cta-main-text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.inline-cta-banner-4f1d4760 .cta-button-wrapper {
    flex-shrink: 0;
}

.inline-cta-banner-4f1d4760 .cta-button {
    display: inline-block;
    background-color: #FF9900;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.inline-cta-banner-4f1d4760 .cta-button:hover {
    background-color: #E68A00;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .inline-cta-banner-4f1d4760 {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
    }

    .inline-cta-banner-4f1d4760 .cta-button-wrapper {
        width: 100%;
    }

    .inline-cta-banner-4f1d4760 .cta-button {
        display: block;
        width: 100%;
    }
}
