
.custom-speedtest-block {
    margin: 0 auto;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, .25));
    border-radius: 6px;
    width: 400px;
    height: 470px;
    margin-bottom: 40px;

}
.custom-speedtest-block .face-block {
    height: 100%;
    overflow: auto;
}
.custom-speedtest-block .face-block .host-select {
    transform: translateY(-10px);
}
    
.custom-speedtest-block .iframe-footer {
    padding-bottom: 0!important;
    top: -10px!important;
}
.custom-speedtest-block .stc-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgb(4, 41, 130);
    height: 100%;
}

.custom-speedtest-block .stc-wrapper .stage.stage--init {
    margin-bottom: 4px;
    justify-content: flex-start;
}
.custom-speedtest-block .stc-wrapper .header {
    padding-right: 4px;
}
.custom-speedtest-block .stc-wrapper .results-container {
    transform: none;
    position: relative;
    width: 100%;
    height: 192px;
}
.custom-speedtest-block .stc-wrapper .stroke-primary {
    stroke: #ffeac2;
}
.custom-speedtest-block .stc-wrapper .fill-monochrome-secondary {
    color: rgba(255, 255, 255, 0.75);
}
.custom-speedtest-block .results-container .result-tile {
    background: rgb(34, 63, 135);
}

.custom-speedtest-block .stc-wrapper .result-chart svg path {
    fill: rgba(255, 234, 194, 0.4) !important;
    stroke: rgba(255, 234, 194, 0.4) !important;
}
.custom-speedtest-block .stage.stage--init  .host-list__link {
    font-size: 18px;
}
.custom-speedtest-block .stage--result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px 0px;
   
}
.custom-speedtest-block .footer.mobile .host-display__connection--isp {
    justify-content: center;
}
.custom-speedtest-block .stage--result .results-latency {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
}
.custom-speedtest-block .stage--result .result-value .number {
    font-size: 32px;
    line-height: 1.2;
}
.custom-speedtest-block .stage--result .result-header {
    font-size: 12px;
    margin-top: 0px;
}
.custom-speedtest-block .stage--result .result-heading {
    font-size: 12px;
}
.custom-speedtest-block .stage--result .results-container .monochrome-secondary {
    color: rgba(255, 255, 255, 0.75);
}
.custom-speedtest-block .stage--result .result-tile {
    padding: 10px;
}
.custom-speedtest-block .stage--result .results-latency .result-tile {
    height: 92px;
}
.custom-speedtest-block .stage--result .results-latency {
    width: 50%;
    flex: 1 1 50%;
}
.custom-speedtest-block .gauge {
    background: transparent;
}
.custom-speedtest-block .increment {
    color: #fff;
     opacity: 1;
}
.custom-speedtest-block .stage--result .results-speed {
    width: 50%;
    flex: 1 1 50%;

}
.custom-speedtest-block .stage--result .results-speed .result-tile {
    height: 92px;
}
.custom-speedtest-block .stage--result .result-value {
    padding: 5px 10px 0;
    height: 55px;
}
.custom-speedtest-block .stage--result .result-chart,
.custom-speedtest-block .stage--result .result-level {
    width: 100%;
    height: 36px;
}
.custom-speedtest-block .stage--result .host-display__connection-body {
    margin-bottom: 0;
}
.custom-speedtest-block .stage--result .footer.mobile  {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 90px;
    margin-top: 8px;
    width: 100%;
}

.custom-speedtest-block .stage--result .host-list__link span{
    font-size: 18px;
}


.custom-speedtest-block .stage--result .footer.mobile .host-display {
    flex-direction: column;
    height: 80px;
    padding-left: 0px;
}
.custom-speedtest-block .stage--result .footer.mobile .host-display__connection {
    flex-direction: row;
    width: 100%;
}
.custom-speedtest-block .stage--result .footer.mobile .host-display .gauge-heading.monochrome-secondary {
    font-size: 12px;
}
.custom-speedtest-block .stage--result .footer.mobile .host-display .gauge-heading.monochrome-primary {
    font-size: 14px;
   
}
.custom-speedtest-block .stage--resultv .gauge-assembly .monochrome-primary {
    color: #fff;
    opacity: 1;
   
}
.custom-speedtest-block .stage--result .footer.mobile .host-display .host-display__connection-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    text-align: left;
}
.custom-speedtest-block .stage--result .footer.mobile .host-display .host-display__connection--sponsor {
    text-align: left;
    align-items: center;
}
.custom-speedtest-block .stage--result .footer.mobile .progress {
    position: absolute;
    top: 0;
    margin: 0;
    width: 80px;
}
.custom-speedtest-block .stage--result .footer.mobile .progress .progress-bar {
    background-color: rgb(34, 63, 135);
    width: 80px;
    height: 3px;
    transform: rotateZ(90deg);
    transform-origin: left;
    overflow: hidden;
}
.custom-speedtest-block .stage--result .share-assembly {
    height: auto;
    width: 350px;
    margin: 0 auto 14px; 
    position: relative;
}
.custom-speedtest-block .stage--result .share-assembly .share-button--go {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-width: 2px;
    font-size: 14px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-speedtest-block .host-select {
    margin-top: 20px;
}
.custom-speedtest-block .results-container .result-icon {
    height: 11px;
    width: 11px;
}
@media screen and (max-width: 767px) {
    .custom-speedtest-block {
        width: 290px;
        overflow: hidden;
        
    }
    .custom-speedtest-block .iframe-footer {
        top: -6px!important;
    }
    .custom-speedtest-block .stc-wrapper {
        padding-bottom: 4px;
        overflow-x: hidden;
    }
    .custom-speedtest-block .stage--result .footer.mobile .host-display {
        padding-left: 10px;
    }
        
    
    .custom-speedtest-block .stage--result .footer.mobile {
        margin-top: 10px;
    }
    .custom-speedtest-block .stage--result .share-assembly {
        margin-bottom: 2px;
            width: 100%;
    }
    .custom-speedtest-block .stage--result {
        padding-bottom: 0px;
    }
    .custom-speedtest-block .stage--result .result-value {
        padding: 5px 4px 0;
    }
}
