/* WiFi Info — Banner Zone */

.wi-banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wi-banner-wrap .wi-banner-box {
    width: 80cqw;
    height: 80cqh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset var(--accent) 0 0 0 3cqh,
        inset var(--text) 0 0 0 0.8cqh,
        inset var(--accent) 0 0 0 6cqh,
        inset var(--bar, var(--accent)) 0 0 0 7cqh,
        inset rgba(255,255,255,0.6) 0 0 0 10cqh,
        inset var(--accent) 0 0 0 11cqh,
        inset #fff 0 0 0 13cqh,
        inset var(--bg) 0 0 0 14cqh;
}

.wi-banner-wrap .wi-banner-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2cqh 5cqh;
}

.wi-banner-wrap .wi-banner-left {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wi-banner-wrap .wi-banner-icon {
    font-size: 14cqh !important;
    color: var(--text);
    opacity: 0.6;
    margin-bottom: 1cqh;
}

.wi-banner-wrap .wi-banner-title {
    font-family: Montserrat, sans-serif;
    font-size: 10cqh !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: normal !important;
    color: var(--text);
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.wi-banner-wrap .wi-banner-fields {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 3cqh;
}

.wi-banner-wrap .wi-banner-field {
    border: 0.3cqh solid var(--text);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.wi-banner-wrap .wi-banner-field-icon {
    background: rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    padding: 2cqh 2.5cqh;
    border-right: 0.3cqh solid var(--text);
    font-size: 8cqh !important;
    opacity: 0.5;
}

.wi-banner-wrap .wi-banner-field-text {
    padding: 2cqh 3cqh;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 8cqh !important;
    font-weight: normal !important;
    line-height: 1.4 !important;
    letter-spacing: normal !important;
    color: var(--text);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.wi-banner-wrap .wi-banner-field-text.mono {
    letter-spacing: 0.05em !important;
}

.wi-banner-wrap .wi-banner-qr-wrap {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wi-banner-wrap .wi-banner-qr-inner {
    position: relative;
    padding: 3cqh;
    display: inline-block;
}

.wi-banner-wrap .wi-banner-qr-corner {
    position: absolute;
    width: 5cqh;
    height: 5cqh;
}

.wi-banner-wrap .wi-banner-qr-corner.tl { top: 0; left: 0; border-top: 0.5cqh solid var(--text); border-left: 0.5cqh solid var(--text); }
.wi-banner-wrap .wi-banner-qr-corner.tr { top: 0; right: 0; border-top: 0.5cqh solid var(--text); border-right: 0.5cqh solid var(--text); }
.wi-banner-wrap .wi-banner-qr-corner.bl { bottom: 0; left: 0; border-bottom: 0.5cqh solid var(--text); border-left: 0.5cqh solid var(--text); }
.wi-banner-wrap .wi-banner-qr-corner.br { bottom: 0; right: 0; border-bottom: 0.5cqh solid var(--text); border-right: 0.5cqh solid var(--text); }

.wi-banner-wrap .wi-banner-qr {
    width: 35cqh;
    height: 35cqh;
}

.wi-banner-wrap .wi-banner-qr svg {
    width: 100%;
    height: 100%;
}
