﻿.text-module #speed-test-module h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 40px;
}
#speed-test-module {
    text-align: center;
    padding: 0;
}
    .dial__needleWrap.is-live {
        transition: none
    }
    #speed-test-module h1,
    #speed-test-module h3 {
        font-family: "Segoe Script","Brush Script MT",cursive;
        color: #d14d13;
        font-weight: 500;
        font-size: 44px;
        line-height: 1.05;
        margin: 0 0 14px;
    }

.dialRow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 90px;
    flex-wrap: wrap;
    margin: 6px 0 18px;
}

.dial {
    width: 280px;
    text-align: center;
    font-family: "Segoe UI", Arial, sans-serif;
}

.dial__top {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 6px;
}

.dial__svg {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: visible;
}

.dial__tick {
    stroke: #777;
    stroke-width: 2;
    stroke-linecap: round;
}

.dial__tick--major {
    stroke: #666;
    stroke-width: 3;
}

.dial__tick--hot {
    stroke: #d14d13;
    stroke-width: 2;
    opacity: .85;
}

.dial__needle {
    fill: #d14d13;
}

.dial__hub {
    fill: #5a5a5a;
}

.dial__unit {
    font-size: 14px;
    font-weight: 700;
    fill: #2b3a9b;
}

.dial__value {
    font-size: 18px;
    font-weight: 500;
}

.dial__sub {
    font-size: 12px;
    fill: #666;
    font-weight: 500;
}

#speed-test-module > div[style] {
    margin-top: 10px !important;
    font-size: 16px;
    color: #2f2f2f;
}

.dial__tick--major.dial__tick--hot {
    stroke-width: 3;
}

.dial__red-zone {
    fill: none;
    stroke: #d14d13;
    stroke-width: 13px;
    opacity: 0.3;
}

@media(max-width:768px) {

    .dialRow {
        gap: 0;
    }
}

.dial__needleWrap {
    transform-origin: 110px 110px;
    transition: transform 900ms cubic-bezier(.2,.8,.2,1);
}

    .dial__needleWrap.is-initial {
        transition: none;
    }

.dial__hotArc {
    fill: none;
    stroke: #e18a72;
    stroke-width: 13px;
    opacity: .45;
    stroke-linecap: butt;
}

#speed-test-module h2 {
    font-size: 60px;
    margin: 0 auto 40px;
}
