/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.additional-content{
	width:100%;

	
}
.course-view-more-content{
width:100%;
	padding-bottom: var(--space-120-80);

}
.additional-content iframe .container{
	width:100% !important;
	
}
.iframe-container {
            position: relative;
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
           padding-top:24px;
            background: white;
        }
        
.iframe-container iframe {

            border: none !important;

            border-radius: 12px;
        }
        
    
        @media (max-width: 1024px) {

        }

        
     
        .iframe-container {
            transition: all 0.3s ease;
        }
        
        .iframe-container:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
            transform: translateY(-3px);
        }
/* English explanation:
 * Self-hosted font with font-display:swap to avoid FOIT
 * and improve CLS/LCP.
 */

@font-face {
  font-family: 'Univers';
  src: url('/wp-content/uploads/2025/05/UniversLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('/wp-content/uploads/2025/05/UniversRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('/wp-content/uploads/2025/05/UniversBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
