.elementor-494 .elementor-element.elementor-element-13750b67{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f434eb6 */.price-table {
    margin: 0;
    width: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

thead > tr > th:nth-child(1),
tr > td:nth-child(1){
    width: 33.333%;
    text-align: left;
}

thead > tr > th:nth-child(2),
tr > td:nth-child(2){
    width: 33.333%;
    text-align: center !important;
}

thead > tr > th:nth-child(3),
tr > td:nth-child(3){
    width: 33.333%;
    text-align: right !important;
}

th, td {
    border: none !important;
    background: transparent !important;
    vertical-align: middle !important;
}

tbody > tr:nth-child(odd) {
    background-color: rgba(86, 126, 193, 0.1);
    border-radius: 20px !important;
}

tbody > tr:nth-child(odd) td:first-child {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

tbody > tr:nth-child(odd) td:last-child {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.elementor-494 .elementor-element.elementor-element-f434eb6 .elementor-button{
    background-color: #B7A56F;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px;
}

@media (max-width: 1200px) {
    .price-table {
        font-size: 12px;
    }
    
    thead > tr > th:nth-child(1),
    tr > td:nth-child(1){
        width: auto;
    }
    
    thead > tr > th:nth-child(2),
    tr > td:nth-child(2){
        width: auto;
    }
    
    thead > tr > th:nth-child(3),
    tr > td:nth-child(3){
        width: auto;
    }

    .elementor-494 .elementor-element.elementor-element-f434eb6 .elementor-button{
        font-size: 10px;
    }
}

@media (max-width: 700px) {
    .price-table {
        font-size: 14px;
    }
    
    thead {
        display: none;
    }
    
    tr {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 15px 10px;
    }
    
    tr > td:nth-child(1){
        font-weight: 700;
    }
    
    tr > td:nth-child(1),
    tr > td:nth-child(2),
    tr > td:nth-child(3),
    tr > td:nth-child(4){
        text-align: center !important;
        padding: 0;
    }
    
    .elementor-494 .elementor-element.elementor-element-f434eb6 .elementor-button{
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
    }
}/* End custom CSS */