.infobuz-preferred-source{display:none!important}
.ibps-shell{
    box-sizing:border-box;
    width:100%;
    max-width:100%;
    margin:10px 0 14px;
    padding:0;
    position:relative;
    z-index:2;
    clear:both;
    overflow:visible;
}

.ibps-actions{
    width:100%;
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin:0;
}
.ibps-align-left .ibps-actions{justify-content:flex-start}
.ibps-align-center .ibps-actions{justify-content:center}
.ibps-align-right .ibps-actions{justify-content:flex-end}

.ibps-btn{
    min-height:44px;
    box-sizing:border-box;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:8px 14px;
    border:2px solid #2f65d5;
    border-radius:8px;
    background:#fff;
    color:#101010!important;
    text-decoration:none!important;
    font-size:14px;
    font-weight:750;
    line-height:1.15;
    letter-spacing:-.01em;
    white-space:nowrap;
    box-shadow:0 1px 1px rgba(0,0,0,.03);
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease;
}
.ibps-btn:hover,
.ibps-btn:focus-visible{
    color:#101010!important;
    text-decoration:none!important;
    background:#f8fbff;
    border-color:#1d56c9;
    box-shadow:0 4px 14px rgba(30,85,180,.12);
    transform:translateY(-1px);
    outline:none;
}

.ibps-btn__label{display:block}

.ibps-icon{
    flex:0 0 30px;
    width:30px;
    height:30px;
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.ibps-icon--g{
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:800;
    line-height:1;
    background:conic-gradient(from -45deg,#4285f4 0 25%,#34a853 25% 44%,#fbbc05 44% 68%,#ea4335 68% 82%,#4285f4 82% 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

.ibps-icon--news{transform:rotate(45deg)}
.ibps-icon--news i{
    position:absolute;
    width:7px;
    height:18px;
    border-radius:5px;
    left:50%;
    top:50%;
    transform-origin:50% 50%;
}
.ibps-icon--news i:nth-child(1){background:#4285f4;transform:translate(-50%,-100%)}
.ibps-icon--news i:nth-child(2){background:#34a853;transform:translate(-50%,0) rotate(90deg)}
.ibps-icon--news i:nth-child(3){background:#fbbc05;transform:translate(-50%,0)}
.ibps-icon--news i:nth-child(4){background:#ea4335;transform:translate(-50%,-100%) rotate(90deg)}


/* Compact badge for the NewsX top/header bar. */
.ibps-header-wrap{
    --ibps-header-width:168px;
    box-sizing:border-box;
    display:inline-flex;
    width:var(--ibps-header-width);
    max-width:100%;
    margin:0;
    padding:0;
    line-height:1;
    vertical-align:middle;
}
.ibps-header-badge{
    box-sizing:border-box;
    width:100%;
    min-width:0;
    height:50px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:5px 9px;
    border:1px solid #e2e6eb;
    border-radius:8px;
    background:#fff;
    color:#111827!important;
    text-decoration:none!important;
    box-shadow:0 1px 4px rgba(16,24,40,.06);
    overflow:hidden;
    transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;
}
.ibps-header-badge:hover,
.ibps-header-badge:focus-visible{
    color:#111827!important;
    text-decoration:none!important;
    border-color:#cfd6df;
    box-shadow:0 4px 14px rgba(16,24,40,.10);
    transform:translateY(-1px);
    outline:none;
}
.ibps-header-icon{
    position:relative;
    flex:0 0 34px;
    width:34px;
    height:34px;
}
.ibps-header-icon .ibps-card{
    position:absolute;
    display:block;
    border-radius:4px;
    margin:0;
    padding:0;
}
.ibps-card--green{width:23px;height:20px;left:5px;top:1px;background:#34a853}
.ibps-card--yellow{width:24px;height:22px;left:1px;top:7px;background:#fbbc04;transform:rotate(-14deg)}
.ibps-card--red{width:24px;height:22px;right:0;top:7px;background:#ea4335;transform:rotate(12deg)}
.ibps-card--blue{
    width:28px;height:25px;left:3px;bottom:1px;background:#4285f4;
    z-index:3;display:flex!important;align-items:center;justify-content:flex-start;
    padding:0 4px!important;box-sizing:border-box;
}
.ibps-card--blue b{
    color:#fff;font-family:Arial,sans-serif;font-style:normal;font-size:14px;font-weight:800;line-height:1;
}
.ibps-card--blue em{
    margin-left:3px;display:flex;flex-direction:column;gap:3px;width:9px;
}
.ibps-card--blue em i{display:block;width:9px;height:2px;border-radius:2px;background:#fff;opacity:.95}
.ibps-header-copy{
    min-width:0;display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;justify-content:center;
    line-height:1.02;text-align:left;white-space:nowrap;overflow:hidden;
}
.ibps-header-top,.ibps-header-sub{
    display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#69717d;font-family:Arial,sans-serif;
    font-size:8.5px;font-weight:500;line-height:1.05;
}
.ibps-header-title{
    display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;color:#111827;font-family:Arial,sans-serif;
    font-size:15px;font-weight:800;line-height:1.08;letter-spacing:-.02em;margin:2px 0;
}

@media (max-width:860px){
    .ibps-shell{width:100%;margin:12px 0 14px}
    .ibps-actions{gap:8px}
    .ibps-btn{min-height:46px;padding:9px 12px;font-size:12.5px;gap:8px}
    .ibps-icon{width:26px;height:26px;flex-basis:26px}
    .ibps-icon--g{font-size:23px}
    .ibps-icon--news i{width:6px;height:15px}
}

@media (max-width:650px){
    .ibps-actions{flex-direction:column;align-items:stretch}
    .ibps-btn{width:100%;white-space:normal;text-align:center}
    .ibps-header-wrap{--ibps-header-width:132px;max-width:132px}
    .ibps-header-badge{height:42px;padding:4px 6px;gap:5px;border-radius:7px}
    .ibps-header-icon{width:29px;height:29px;flex-basis:29px;transform:scale(.86)}
    .ibps-header-title{font-size:12px;line-height:1.05}
    .ibps-header-top,.ibps-header-sub{font-size:7px}
}
@media (max-width:420px){
    .ibps-header-wrap{--ibps-header-width:112px;max-width:112px}
    .ibps-header-badge{height:38px;padding:3px 5px;gap:4px}
    .ibps-header-icon{width:27px;height:27px;flex-basis:27px;transform:scale(.8)}
    .ibps-header-top,.ibps-header-sub{display:none}
    .ibps-header-title{font-size:11px;margin:0;white-space:normal;line-height:1.05}
}
