.drr-tractors-spec-wrap,
.drr-tractors-spec-wrap * {
    box-sizing: border-box;
}

.elementor-widget-drr-tractors-specifications-table,
.elementor-widget-drr-tractors-specifications-table .elementor-widget-container,
.drr-tractors-spec-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

.drr-tractors-spec-wrap {
    display: block;
}

.drr-tractors-spec-table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: inline-block;
    text-align: left;
    background: #f6f0e6;
    border: 1px solid rgba(40, 45, 40, 0.16);
    overflow: hidden;
}

.drr-spec-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 28%) minmax(0, 1fr);
    align-items: center;
    column-gap: 34px;
    min-height: 53px;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(40, 45, 40, 0.14);
    background: transparent;
    transition: background-color 220ms ease, border-color 220ms ease;
}

.drr-spec-label,
.drr-spec-value,
.drr-spec-request-note,
.drr-spec-request-btn,
.drr-spec-request-text {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.drr-spec-label {
    color: rgba(31, 45, 40, 0.58);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
}

.drr-spec-value {
    color: #172923;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

.drr-spec-request-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    min-height: 53px;
    padding: 15px 20px;
    border-bottom: 0;
    background: transparent;
}

.drr-spec-request-note {
    color: rgba(31, 45, 40, 0.80);
    font-size: 15px;
    line-height: 1.45;
    flex: 1 1 220px;
}

.drr-spec-request-btn {
    flex: 0 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    max-width: 100%;
    color: #17382d;
    border-bottom: 2px solid currentColor;
    padding: 0 0 4px;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition: color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.drr-spec-request-btn:hover,
.drr-spec-request-btn:focus {
    color: #0b6b50;
    text-decoration: none !important;
}

.drr-spec-request-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

.drr-spec-request-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.drr-spec-request-icon i,
.drr-spec-request-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 14px;
}

.drr-spec-request-icon svg {
    fill: currentColor;
}

.drr-spec-empty-row .drr-spec-value {
    opacity: 0.75;
}

@media (max-width: 767px) {
    .drr-tractors-spec-table {
        display: block;
        width: 100%;
        max-width: 100% !important;
        overflow: hidden;
    }

    .drr-spec-row {
        grid-template-columns: minmax(0, 1fr) !important;
        row-gap: 7px;
        column-gap: 0;
        min-height: 0;
        padding: 14px 16px;
    }

    .drr-spec-label {
        line-height: 1.35;
    }

    .drr-spec-value {
        line-height: 1.45;
    }

    .drr-spec-request-row {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
        padding: 14px 16px;
    }

    .drr-spec-request-note {
        flex: 0 1 auto;
        width: 100%;
    }

    .drr-spec-request-btn {
        align-self: flex-start;
        white-space: normal;
    }
}

@media (max-width: 420px) {
    .drr-spec-row,
    .drr-spec-request-row {
        padding-left: 14px;
        padding-right: 14px;
    }
}
