/* Gated Download Button 97144b22 */

.gdb-97144b22-wrapper {
    display: inline-block;
    width: 100%;
}

.gw-gated-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    text-decoration: none;
    font-family: inherit;
    line-height: 1.4;
    box-sizing: border-box;
}

.gdb-97144b22-btn-full {
    width: 100%;
}

.gw-gated-btn:focus-visible {
    outline: 2px solid #0073aa;
    outline-offset: 2px;
}

.gdb-97144b22-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gdb-97144b22-icon svg {
    display: block;
}
