.result-label {
        margin-bottom: 10px;
        position: relative;
    }

details  strong, details  summary::marker {
    cursor: pointer;
}

    .advanced {
        display: flex;
        flex-direction: column;
    }

    .results-table {
        background: #fefefe;
        border-radius: 4px;
        min-width: 600px;
        border-collapse: collapse;
        margin-top: 20px;
    }

    .results-table th,
    .results-table td {
        border: 1px solid #ccc;
        padding: 8px;
        vertical-align: top;
    }

    .results-table th:nth-child(1),
    .results-table td:nth-child(1) {
        width: 25%;
    }

    .results-table th:nth-child(2),
    .results-table td:nth-child(2) {
        width: 35%;
    }

    .results-table th:nth-child(3),
    .results-table td:nth-child(3) {
        width: 40%;
        position: relative;
    }

    .info-icon {
        cursor: pointer;
        margin-left: 5px;
    }

    .currency-input-wrapper {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .currency-symbol {
        font-weight: bold;
        font-size: 16px;
    }

    .currentcur {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    
    .tableResult-Div {
    max-height: 500px;
    overflow: auto;
}


@media(max-width:500px){

table.results-table tr {
    font-size: 14px;
}
    .calculator-section .container{
        padding:15px !important;
    }

    .input-main-div.oldDiv{
    flex-direction: column;
    gap: 10px;
}

    }