/**handles:custom-search-results**/
.custom-search-results-grid{display:grid;grid-template-columns:75% 25%;grid-template-rows:auto}.custom-search-results-block{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:20px;padding:20px}.custom-search-results-sidebar{width:100%!important}.custom-search-header{background:linear-gradient(135deg,var(--theme-color),var(--theme-secondary-color));color:var(--dark-color);padding:100px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-search-header .page-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}@media (max-width:767px){.custom-search-results-grid{grid-template-columns:1fr}}