/* Resources Component - Scoped Styles */
.page-template-page-deflatehae-patient .resources-wrapper {
    background: var(--color-light-yellow-to-white-gradient);
    padding: 180px 0 60px;
    
    /* Responsive Design */
    @media screen and (max-width: 1024px) {
    }
    
    @media screen and (max-width: 768px) {
    }
}