.src-criteria-fyi{--src-criteria-fyi-arrow-left:50%;--src-criteria-fyi-panel-bg:#d8e8f0;position:absolute;z-index:12000;box-sizing:border-box;width:fit-content;min-width:min(17rem,calc(100vw - 1.5rem));max-width:min(34rem,calc(100vw - 1.5rem));padding:.65rem;color:#123b47;background:linear-gradient(180deg,rgba(223,238,246,.98),rgba(204,224,235,.98)),radial-gradient(circle at top right,rgba(13,85,118,.12),transparent 44%);border:1px solid rgba(87,124,145,.68);border-radius:8px;box-shadow:0 1rem 2.2rem rgba(15,23,42,.16),0 .25rem .8rem rgba(15,23,42,.08);font-size:.82rem;line-height:1.35;animation:srcCriteriaFyiIn .16s ease-out}.src-criteria-fyi--multi{min-width:min(32rem,calc(100vw - 1.5rem))}.src-criteria-fyi:after{content:"";position:absolute;left:var(--src-criteria-fyi-arrow-left);width:14px;height:14px;background:var(--src-criteria-fyi-panel-bg);border:solid rgba(87,124,145,.68);transform:translateX(-50%) rotate(45deg)}.src-criteria-fyi[data-placement=top]:after{bottom:-8px;border-width:0 1px 1px 0}.src-criteria-fyi[data-placement=bottom]:after{top:-8px;border-width:1px 0 0 1px}.src-criteria-fyi__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.1rem .05rem .55rem;border-bottom:1px solid rgba(87,124,145,.32)}.src-criteria-fyi__title{display:inline-flex;align-items:center;gap:.45rem;min-width:0;color:#123b47;font-weight:700}.src-criteria-fyi__icon{display:inline-block;width:1rem;height:1rem;flex:0 0 1rem;background:#0d5576;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2 3.25a.75.75 0 0 1 .68-.45h10.24a.75.75 0 0 1 .57 1.24L9.75 8.62v3.88a.75.75 0 0 1-1.13.65l-2-1.17a.75.75 0 0 1-.37-.65V8.62L2.31 4.04a.75.75 0 0 1-.11-.79z' fill='%23000'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2 3.25a.75.75 0 0 1 .68-.45h10.24a.75.75 0 0 1 .57 1.24L9.75 8.62v3.88a.75.75 0 0 1-1.13.65l-2-1.17a.75.75 0 0 1-.37-.65V8.62L2.31 4.04a.75.75 0 0 1-.11-.79z' fill='%23000'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.src-criteria-fyi__close{display:inline-grid;place-items:center;position:relative;width:1.65rem;height:1.65rem;flex:0 0 1.65rem;padding:0;border:1px solid rgba(135,168,188,.72);border-radius:999px;background:hsla(0,0%,100%,.92);color:#4b6470;cursor:pointer;font-size:0;line-height:1}.src-criteria-fyi__close:after,.src-criteria-fyi__close:before{content:"";position:absolute;left:50%;top:50%;width:.62rem;height:2px;border-radius:999px;background:currentColor;transform-origin:center}.src-criteria-fyi__close:before{transform:translate(-50%,-50%) rotate(45deg)}.src-criteria-fyi__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.src-criteria-fyi__close:hover{background:#edf6fa;color:#0d5576}.src-criteria-fyi__list{display:grid;grid-template-columns:minmax(0,max-content);gap:.35rem;max-height:min(18rem,calc(100vh - 9rem));margin-top:.55rem;overflow:auto;padding-right:.15rem}.src-criteria-fyi--multi .src-criteria-fyi__list{grid-template-columns:repeat(2,minmax(12rem,1fr))}.src-criteria-fyi__row{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.35rem;align-items:baseline;min-width:0;max-width:100%;padding:.34rem .5rem;border:1px solid rgba(149,180,197,.72);border-radius:6px;background:hsla(0,0%,100%,.92)}.src-criteria-fyi__label{color:#56707a;font-weight:700;white-space:nowrap}.src-criteria-fyi__label,.src-criteria-fyi__value{min-width:0;line-height:1.2;overflow-wrap:anywhere}.src-criteria-fyi__value{color:#102f3a;font-weight:600}@keyframes srcCriteriaFyiIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.src-criteria-fyi__list{grid-template-columns:minmax(0,1fr)}.src-criteria-fyi__label{white-space:normal}}