.bap-custom-scripts-trust{
    display:flex;
    align-items:center;
    gap:12px;
    margin:14px 0;
    padding:12px 14px;
    border:1px solid #e9e9ee;
    border-radius:14px;
    background:#fff;
    font-size:13px;
    line-height:1.35;
    color:#34344a;
}
.bap-custom-scripts-trust__lock{display:inline-flex;color:#1f9d61;flex:none;}
.bap-custom-scripts-trust__copy{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px;}
.bap-custom-scripts-trust__headline{
    font-size:11px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#7a7a8a;
}
.bap-custom-scripts-trust__subline{font-size:13px;color:#34344a;font-weight:600;}
.bap-custom-scripts-trust__logo{
    height:22px;
    width:auto;
    max-width:120px;
    object-fit:contain;
}
.bap-custom-scripts-trust__bank{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    line-height:1;
    padding:4px 8px;
    border-radius:8px;
    background:#fafafc;
    border:1px solid #e9e9ee;
}
.bap-custom-scripts-trust__bank-tag{
    font-weight:800;
    font-size:12px;
    letter-spacing:.04em;
    color:#0a4a8a;
}
.bap-custom-scripts-trust__bank-sub{
    font-size:9.5px;
    font-weight:600;
    color:#6a6a7a;
    margin-top:2px;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.bap-custom-scripts-trust__info{
    position:relative;
    display:inline-flex;
    cursor:help;
    color:#7a7a8a;
    outline:none;
}
.bap-custom-scripts-trust__info:hover,
.bap-custom-scripts-trust__info:focus-visible{color:#1a1a2e;}
.bap-custom-scripts-trust__tooltip{
    position:absolute;
    bottom:calc(100% + 8px);
    right:0;
    width:240px;
    padding:10px 12px;
    background:#1a1a2e;
    color:#fff;
    font-size:12px;
    line-height:1.45;
    border-radius:8px;
    box-shadow:0 8px 22px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    transform:translateY(4px);
    transition:opacity .15s ease,transform .15s ease,visibility .15s;
    pointer-events:none;
    z-index:5;
}
.bap-custom-scripts-trust__tooltip::after{
    content:"";
    position:absolute;
    top:100%;
    right:8px;
    border:6px solid transparent;
    border-top-color:#1a1a2e;
}
.bap-custom-scripts-trust__info:hover .bap-custom-scripts-trust__tooltip,
.bap-custom-scripts-trust__info:focus .bap-custom-scripts-trust__tooltip,
.bap-custom-scripts-trust__info:focus-within .bap-custom-scripts-trust__tooltip{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
@media (max-width:600px){
    .bap-custom-scripts-trust{flex-wrap:wrap;}
    .bap-custom-scripts-trust__tooltip{right:auto;left:0;width:min(260px,calc(100vw - 40px));}
    .bap-custom-scripts-trust__tooltip::after{right:auto;left:8px;}
}
