/* Text V2 Block - aligned with test.html .text-section, tokens from css/src/main.css */

.wp-block-truckpoint-textv2 {
    padding: 58px 40px;
    background: #fff;
}

.textv2-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.textv2-inner .section-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--brand);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-family: var(--font-head);
    margin-bottom: 10px;
}

.textv2-inner .section-label:before,
.textv2-inner .section-label:after {
    content: "";
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand));
}

.textv2-inner .section-label:after {
    background: linear-gradient(90deg, var(--brand), transparent);
}

.textv2-inner .section-title {
    font-family: var(--font-head);
    font-size: 32px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: -.8px;
    margin: 10px 0 8px;
}

.textv2-text {
    font-family: var(--font-body);
    color: var(--grey);
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .wp-block-truckpoint-textv2 {
        padding: 48px 20px;
    }

    .textv2-inner .section-title {
        font-size: 26px;
    }
}
