* {
    box-sizing: border-box;
}

.gtsmt-solver-container {
    font-family: "Inter", sans-serif;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #fff2e2;
}

.gtsmt-main-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #303880;
}

.gtsmt-card {
    border-radius: 3px;
    padding: 38px 47px;
}

.gtsmt-code-icon {
    top: 38px;
    left: 48px;
    width: 68px;
    height: 56px;
}

.gtsmt-globe-icon {
    top: 37px;
    left: 58px;
    width: 58px;
    height: 58px;
}

.gtsmt-arrow-icon-left,
.gtsmt-arrow-icon-right {
    top: 34px;
    right: 23px;
    width: 24px;
    height: 24px;
}

.gtsmt-card-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #303880;
    margin-top: 84px;
    margin-bottom: 58px;
}

.gtsmt-card-description {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #0e144b;
    margin-bottom: 46px;
}

.gtsmt-card-button {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #0e144b;
    padding: 0;
}

.gtsmt-card-button:hover {
    color: #303880;
    transition: color 0.2s ease;
}

.gtsmt-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease;
}

@media (max-width: 1400px) {
    .gtsmt-solver-container {
        padding: 40px 20px;
    }

    .gtsmt-card {
        padding: 30px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .gtsmt-solver-container {
        padding: 20px;
    }

    .gtsmt-main-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .gtsmt-card {
        padding: 30px;
        min-height: 400px;
    }

    .gtsmt-card-title {
        font-size: 28px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .gtsmt-card-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .gtsmt-code-icon {
        left: 30px;
        top: 30px;
        width: 50px;
        height: 42px;
    }

    .gtsmt-globe-icon {
        left: 30px;
        top: 30px;
        width: 50px;
        height: 50px;
    }

    .gtsmt-arrow-icon-left,
    .gtsmt-arrow-icon-right {
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
    }
}