.font-pairing-list {
    list-style-type: none;
    font-weight: 300;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Permite que os itens "quebrem" em múltiplas linhas */
    gap: 30px; /* Espaçamento entre os itens */
    margin-bottom: 40px;
}

.font-pairing-item {
    position: relative;
    padding: 40px 40px;
    border: 1px solid #eee;
    border-radius: 12px;
    position: relative;
    flex: 1 1 calc(50% - 30px); /* Define 50% da largura menos o espaçamento */
    box-sizing: border-box; /* Garante que o padding não extrapole o tamanho definido */
}

.font-pairing-item .font-pairing-title {
    font-size: 10px;
    padding: 5px;
    border-radius: 6px;
    color: #fff;
    background: #777;
    position: absolute;
    margin: 0;
    top: 10px;
    left: 10px;
    opacity: 0;
    transition: all 0.3s;   
    font-weight: normal;
    font-style: italic;
}

.font-pairing-item:hover .font-pairing-title {
    opacity: 1;
}

.font-pairing-content {
    margin-top: 10px;
}

.generate-pairings-btn {
    margin-bottom: 30px;
}

/* 
* ========================================================
* Paletas de Cores 
* ========================================================
*/
.post-list-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-single-colors {
    padding: 60px;
    border-radius: 12px;
    border: 1px solid #eee;
    flex: 1 1 calc(50% - 20px);
}

.post-single-colors-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #111;
    display: block;
}

.efs-color-pallete {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    gap: 0px;
}

.color-pallete-item {
    height: 180px;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    flex: 1;
}

.color-pallete-item:hover {
    flex: 2;
}

.this-color {
    opacity: 0;
    width: 0px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.color-pallete-item:hover .this-color {
    opacity: 1;
    width: auto;    
}


.generate-palettes-btn {
    margin-bottom: 40px;
}

/*User info*/
.lhami-user-infos {
    color: #fff;
    padding: 20px;
}


.lhami-user-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.lhami-user-avatar {
    margin-right: 15px; 
}

.lhami-user-avatar img.avatar {
    border-radius: 100%;
}


.lhami-user-details {
    display: flex;
    flex-direction: column;
}

.lhami-user-details p {
    margin-bottom: 0px;
}

.lhami-user-name {
    font-size: 14px;
    font-weight: bold;
    margin-top: -6px;
}

.lhami-user-email {
    font-size: 9px;
    font-style: italic;
    opacity: 0.8;
}


.lhami-user-links-list {
    list-style-type: none;
    padding: 0;
    opacity: 0.9;
}

.lhami-user-links-list li {
    display: inline-block;
    margin-right: 10px;
}

.lhami-user-links-list a {
    color: #fff;
    font-size: 12px;
    transition: all 0.3s;
}

.lhami-user-links-list a:hover {
    color: #20C499;
} 

/* Pricing table */
.lhami-features-list  {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lhami-features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.lhami-features-list li i {
    margin-right: 10px;
}

.lhami-features-list li i.fa-check {
    color: #20C499;
}

.lhami-features-list li i.fa-times {
    color: red;
}


span.upgrade-badge {
    display: inline-block;
    padding: 12px 16px;
    background: #FFD166;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
}

span.upgrade-badge i {
    font-size: 10px;
    opacity: 0.6;
}

.lhami-pricing {
    text-align: center;
}

.lhami-pricing span {
    display: block;
}

.lhami-pricing .pricing-original {
    font-size: 16px;
}

.lhami-pricing .pricing-parcela {
    font-size: 82px;
    color: #073B4C;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 1;
    margin-top: 4px;
    margin-bottom: 4px;
}

.lhami-pricing .pricing-vista {
    font-size: 14px;
}

.lhami-pricing .pricing-currency {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.lhami-pricing .texto-destacado {
    background-color: #eee;
    border-radius: 3px;
    padding: 4px 8px;
}

/* 
* ========================================================
* Lhami Layout Shortcodes
* ========================================================
*/

.lhami-image-box {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 auto;
}

.lhami-image-box-inner {
    position: relative;
    transition: transform 0.3s ease;
}

.lhami-image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.lhami-image-box-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0, 0.1) 50%, rgba(0,0,0,0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.lhami-image-box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    padding: 30px;
}

.lhami-image-box .lhami-image-box-inner img {
    transition: all 0.4s ease;
    transform: scale(1);
}

.lhami-image-box:hover .lhami-image-box-inner img {
    transform: scale(1.1);
}

/* 
* ========================================================
* Meu atual ativo
* ========================================================
*/
.elementor-element-098eb82 .elementor-icon-list-item a {
    border-radius: 0 !important;
}
.elementor-element-098eb82 .elementor-icon-list-item.active a {
    color: #20C499; /* Cor para o item ativo */
}

.elementor-element-098eb82 .elementor-icon-list-item.active .elementor-icon-list-icon svg {
    fill: #20C499; /* Cor para o ícone do item ativo */
}
