.state-guide-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.state-outline-badge {
    width: 78px;
    height: 54px;
    border-radius: 18px;
    border: 1px solid rgba(108, 145, 220, 0.35);
    background: linear-gradient(145deg, rgba(22, 45, 78, 0.95), rgba(11, 24, 40, 0.96));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7ec7ff;
    flex: 0 0 auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.state-outline-badge span {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.state-outline-badge.is-rendered {
    padding: 4px;
}

.state-outline-badge.is-rendered svg {
    width: 100%;
    height: 100%;
    display: block;
}

.state-outline-badge.is-rendered path {
    fill: rgba(77, 219, 201, 0.16);
    stroke: #5ee7d2;
    stroke-width: 1.4;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.state-guide-title-wrap {
    min-width: 0;
}

.state-guide-title-wrap h3 {
    margin-bottom: 0;
}

.state-guide-code {
    color: #7ec7ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 4px;
}

@media (max-width: 640px) {
    .state-guide-head {
        gap: 12px;
    }

    .state-outline-badge {
        width: 70px;
        height: 48px;
        border-radius: 16px;
    }
}
