/* Styles for native Elementor tabs */

#content .elementor-widget-n-tabs .e-n-tabs-heading {
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid rgba(96, 80, 58, 0.12);
    background-color: rgba(96, 80, 58, 0.03);
    gap: 20px;
    width: fit-content;
    margin-inline: auto;
    margin-top: 25px;
}

#content .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
    padding: 8px 16px;
    border-radius: 8px;
    color: rgba(34, 44, 54, 0.8);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.16px;
    cursor: pointer;
}

#content .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[tabindex="0"],
#content .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[tabindex="0"]:hover {
    background-color: #222c36;
    color: #fff;
}

#content .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title,
#content .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover {
    background: unset;
    color: rgba(34, 44, 54, 0.8);
}