<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
RamdamFestival: RamdamFestival
Theme URI: http://imfine-agency.com/
Author: Imfine Team
Author URI: http://imfine-agency.com/
Description: Custome theme created by Imfine Agency
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ramdamfestival

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This file should contain no css code, use css/style.css instead
*/
.wdpgk_popup_content_box .wdpgk_donation_content {
	    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
@supports (display: grid) {
   .grid {
      display: grid;
   }

   .page-template-template-partner .grid {
      padding: 32px !important;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 32px;
   }

   @media (max-width: 900px) {
      .page-template-template-partner .grid {
         grid-template-columns: repeat(5, 1fr);
      }
   }

   @media (max-width: 800px) {
      .page-template-template-partner .grid {
         grid-template-columns: repeat(4, 1fr);
      }
   }

   @media (max-width: 600px) {
      .page-template-template-partner .grid {
         grid-template-columns: repeat(3, 1fr);
      }
   }

   @media (max-width: 400px) {
      .page-template-template-partner .grid {
         grid-template-columns: repeat(2, 1fr);
      }
   }

   @media (max-width: 360px) {
      .page-template-template-partner .grid {
         grid-template-columns: 1fr;
      }
   }

   .page-template-template-partner .grid::before,
   .page-template-template-partner .grid::after {
      display: none;
   }

   .page-template-template-partner .partner-block {
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important;
      display: flex;
      justify-content: center;
      align-self: center;
   }
}
.screening-note {
   display: block;
   font-style: italic;
}

dd hr {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
}
</pre></body></html>