.angie-cta-bar-wrapper-35793821 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0d839e;
    border-radius: 50px;
    padding: 20px 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.angie-cta-bar-title-35793821 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.angie-cta-bar-links-35793821 {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 1;
}

.angie-cta-bar-link-35793821 {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none !important; /* Force no underline on the a tag */
    font-weight: 700;
    font-size: 18px;
    gap: 10px;
    transition: opacity 0.3s ease;
    flex-shrink: 1;
    white-space: nowrap;
}

.angie-cta-bar-link-35793821:hover,
.angie-cta-bar-link-35793821:focus {
    opacity: 0.8;
    color: #fff;
    text-decoration: none !important;
}

.angie-cta-bar-link-text-35793821 {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}

.angie-cta-bar-icon-35793821,
.angie-cta-bar-arrow-35793821 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none !important;
}

.angie-cta-bar-icon-35793821 *,
.angie-cta-bar-arrow-35793821 * {
    text-decoration: none !important;
}

/* Mobile responsive shrinking behavior */
@media (max-width: 767px) {
    .angie-cta-bar-wrapper-35793821 {
        padding: 15px 20px;
        gap: 15px;
    }
    
    .angie-cta-bar-links-35793821 {
        gap: 15px;
    }
    
    .angie-cta-bar-title-35793821 {
        font-size: 16px;
    }

    .angie-cta-bar-link-35793821 {
        font-size: 12px;
        gap: 6px;
    }

    .angie-cta-bar-icon-35793821,
    .angie-cta-bar-arrow-35793821 {
        font-size: 14px;
    }
}