/*
Theme Name: Event Networking
Theme URI: https://mediaindia.eu/
Author: Mohd Salman
Author URI: https://mediaindia.eu/
Description: Custom WordPress theme for an Event Networking Platform where registered attendees can schedule one-to-one meetings during predefined event time slots.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: event-networking
*/

/* Base overrides live in assets/css/custom.css (enqueued via functions.php).
   This file only needs the header comment above for WordPress to recognize the theme,
   but we keep a few resets here so the theme still looks sane if custom.css fails to load. */

body {
    background-color: #f5f7fb;
}

/* Full registration-data profile page. */
.en-profile-registration-card {
	max-width: none;
	padding: clamp(24px, 4vw, 48px);
}
.en-profile-registration-card .form-group-block:last-of-type {
	border-bottom: 0;
}
.en-profile-registration-card .object-fit-cover {
	object-fit: cover;
	border: 3px solid var(--paper);
	box-shadow: 0 6px 18px rgba(29, 23, 20, 0.12);
}
@media (max-width: 767px) {
	.en-profile-registration-card .check-grid,
	.en-profile-registration-card .category-grid {
		grid-template-columns: 1fr;
	}
}

:root {
  --wine: #8f133d !important;
  --wine-deep: #8f133d !important;
}
