.tgc-info-help {
    display: inline-flex;
    align-items: center;
    margin-left: 0.35rem;
    vertical-align: middle;
}

.tgc-info-help__button {
    width: 1.35rem;
    height: 1.35rem;
    border: 1px solid #a9cadb;
    border-radius: 999px;
    background: #ffffff;
    color: #0f6d8f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(12, 38, 55, 0.08);
}

.tgc-info-help__button:hover,
.tgc-info-help__button:focus-visible,
.tgc-info-help__button[aria-expanded="true"] {
    border-color: #0f7c9f;
    background: #eaf7fb;
    color: #0b5f7b;
    outline: none;
}

.tgc-info-help__button:focus-visible {
    box-shadow: 0 0 0 3px rgba(15, 124, 159, 0.22);
}

.tgc-info-help__bubble {
    position: fixed;
    z-index: 5000;
    width: min(22rem, calc(100vw - 2rem));
    padding: 0.85rem 2.25rem 0.85rem 0.95rem;
    border: 1px solid #b9d4e3;
    border-radius: 16px;
    background: #ffffff;
    color: #173146;
    box-shadow: 0 18px 48px rgba(12, 38, 55, 0.18);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: normal;
}

.tgc-info-help__bubble[hidden] {
    display: none;
}

.tgc-info-help__text {
    display: block;
}

.tgc-info-help__close {
    position: absolute;
    top: 0.45rem;
    right: 0.55rem;
    width: 1.45rem;
    height: 1.45rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #60798a;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.tgc-info-help__close:hover,
.tgc-info-help__close:focus-visible {
    background: #eef6fa;
    color: #0f6d8f;
    outline: none;
}

@media (max-width: 640px) {
    .tgc-info-help__bubble {
        width: calc(100vw - 1.5rem);
        font-size: 0.9rem;
    }
}

@media print {
    .tgc-info-help {
        display: none !important;
    }
}
