/**
 * Template: ms-lms-starter-theme
 * Theme Name: DIGISET
 * Author: OpenCom
 * Author URI: https://opencom-italy.org/
 * Description: MasterStudy Templates Child Theme for DigiSET
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: classes, courses, Education, education center, e-commerce, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
 * Text Domain: starter-text-domain
 * Version: 1.0.0
 */


/** HEADER TEMPORANEO **/
.under-development-banner {
	background: #ffcc00;
	color: #1a1a2e;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 0.6rem 1rem;
	font-size: 0.875rem;
}
/** FINE HEADER **/

.before-footer-widget-area {
	background: #1a1a2e;
	color: #fafafb;
	padding: 3rem 0;
}

.before-footer-widget-area > div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

/* Top-level widget wrapper: lay out the flex group + nav menu side by side */
.before-footer-widget-area .widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}

/* The Gutenberg flex group (logo/text + project info) */
.before-footer-widget-area .wp-block-group-is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	flex: 1 1 auto;
}

/* Each constrained content block inside it */
.before-footer-widget-area .wp-block-group-is-layout-constrained {
	flex: 1 1 280px;
	min-width: 0; /* prevents flex overflow with long text/images */
}

/* Images stay responsive within their column */
.before-footer-widget-area img {
	max-width: 100%;
	height: auto;
}

/* Headings */
.before-footer-widget-area .wp-block-heading {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fafafb;
	margin-bottom: 0.75rem;
}

/* Paragraph text */
.before-footer-widget-area .wp-block-paragraph {
	font-size: 0.875rem;
	line-height: 1.6;
	color: rgba(250, 250, 251, 0.85);
	margin: 0 0 0.5rem;
}

.before-footer-widget-area .wp-block-paragraph strong {
	color: #fafafb;
}

/* Links generally */
.before-footer-widget-area a {
	color: #fafafb;
	text-decoration: none;
}

.before-footer-widget-area a:hover {
	color: #6ec1e4;
	text-decoration: underline;
}

/* Nav menu widget (footer links) */
.before-footer-widget-area .widget_nav_menu {
	flex: 0 0 auto;
}

.before-footer-widget-area .widget_nav_menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.before-footer-widget-area .widget_nav_menu .menu a {
	font-size: 0.875rem;
	padding: 5px 0;
}

.before-footer-widget-area .widget_nav_menu ul.menu > li {
	padding-left: 0;
	background-color: unset;
}

/* Stack everything on smaller screens */
@media (max-width: 768px) {
	.before-footer-widget-area .widget,
	.before-footer-widget-area .wp-block-group-is-layout-flex {
		flex-direction: column;
	}

	.before-footer-widget-area .wp-block-group-is-layout-constrained {
		flex: 1 1 auto;
	}
}