.adv-btn-332d7098 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    background-color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.adv-btn-332d7098:hover {
    text-decoration: none;
}

.adv-btn-left-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    transition: color 0.3s ease, fill 0.3s ease;
}
.adv-btn-left-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.adv-btn-content {
    display: flex;
    flex-direction: column;
}

.adv-btn-line-1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.adv-btn-line-2-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* Default gap, can be overridden by Elementor control */
    margin-top: 4px;
}

.adv-btn-line-2 {
    color: #ccc;
    font-size: 14px;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.adv-btn-right-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
    transition: color 0.3s ease, fill 0.3s ease;
}
.adv-btn-right-icon svg {
    width: 14px;
    height: 14px;
    fill: #ccc;
    transition: fill 0.3s ease;
}
