.pro-tip-box{background-color:var(--surface-background);border:1px solid var(--border-color);border-left:5px solid var(--interactive-blue);border-radius:.5rem;padding:1.5rem;margin:2.5rem 0;display:flex;gap:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.03),0 2px 4px -2px rgba(0,0,0,.03)}.pro-tip-icon-wrapper{flex-shrink:0}.pro-tip-icon{width:1.5rem;height:1.5rem;color:var(--interactive-blue)}.pro-tip-content{flex-grow:1}.pro-tip-header{font-size:1rem;font-weight:700;color:var(--primary-text)}.pro-tip-text{font-size:1rem;margin-top:.25rem}.pro-tip-text,.pro-tip-text p{color:var(--secondary-text);line-height:1.6}.pro-tip-text p{margin:0}