.calculator-a a {
    display: none !important;
}


.tc-tab-title {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 26px;
    color: #000000;
}

.tc-tab-title::before {
    content: "";
    width: 4px;
    height: 24px;
    background-color: #FFD73A;
    margin-right: 15px;
    display: inline-block;
}
.widget-title {
    display: none !important;
}
.jsq{
    margin-top: 20px;
}
.calculate-button {
    border-radius: 20px !important;
}
.tcc-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tcc-row {
    display: flex;
    justify-content: space-between;
}

.tcc-item {
    display: flex;
    align-items: center;
    width: 48%;
}

.tcc-left {
    flex: 1;
    text-align: center;
}

.tcc-right {
    flex: 2;
    padding-left: 30px;
}

.tcc-right h2 {
    font-size: 16px;
    margin: 0;
}

.tcc-right p {
    font-size: 14px;
    margin-top: 10px;
}

img {
    width: 100%;
    height: auto;
}
.tcc-right a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .jsq{
        margin-top: 35px !important;
    }
    .tcc-row {
        flex-direction: column;
        align-items: center;
    }

    .tcc-item {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
    }

    .tcc-left {
        order: 1;
        text-align: center;
        margin-bottom: 15px;
    }

    .tcc-right {
        order: 2;
        padding-left: 20px;
        text-align: left;
    }

    .tcc-right p {
        margin-top: 8px;
    }
    .tcc-container{
        gap: 0;
    }
}

@media screen and (max-width: 480px) {
    .tcc-right h2 {
        font-size: 16px;
    }

    .tcc-right p {
        font-size: 14px;
    }
}
#position-size-calculator-253942 a{
    display: none;
}