.feature-popups{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4px 16px;margin-block:16px}.feature-popups__button{background:transparent;border:none;display:flex;align-items:center;gap:8px;text-decoration:none!important}.feature-popups__button span{transform:translateY(.2em)}.feature-popups__button:hover{color:var(--font-color-base-light)}.feature-popups__text{display:flex;align-items:center;gap:8px}.feature-popups__text span{transform:translateY(.2em)}.feature-popup__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--dividers-color)}.feature-popup__header h3{margin:0}.feature-popup__content{padding:16px;line-height:1.6;overflow-y:auto;flex-grow:1}.feature-popup__content p:last-child{margin-bottom:0}
