/* PubExa — shared tab inner-element rules (used by top and bottom tabs). */
.pubexa-tab__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;}
.pubexa-tab__title{font-family:-apple-system,Arial,sans-serif;font-size:clamp(18px,3.5vw,24px);font-weight:700;color:#111111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;}
.pubexa-tab__desc{font-family:-apple-system,Arial,sans-serif;font-size:clamp(14px,2.5vw,17px);color:rgba(0,0,0,.72);white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;}
.pubexa-tab__close{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.12);color:#333;font-size:11px;display:flex;align-items:center;justify-content:center;transition:background .15s;cursor:pointer;line-height:1;position:relative;z-index:2;align-self:flex-start;margin-top:6px;}
.pubexa-tab__close:hover,.pubexa-tab__close:active{background:rgba(0,0,0,.15);}
.pubexa-tab__powered{position:absolute;bottom:3px;left:0;right:8px;text-align:right;font-size:9px;color:rgba(0,0,0,.28);pointer-events:none;line-height:1;}
.pubexa-tab__powered a{color:rgba(0,0,0,.35);text-decoration:none;font-weight:600;pointer-events:all;}
.pubexa-tab__powered a:hover{color:rgba(0,0,0,.6);text-decoration:underline;}
@media(max-width:1024px) and (orientation:landscape){
    .pubexa-tab,.pubexa-tab-b{display:none!important;}
}
