/*
Theme Name: Sunway Responsive Theme
Theme URI:  https://example.com/sunway-responsive-theme
Author:     Generated by ChatGPT
Author URI: https://example.com
Description: Single custom responsive theme tailored for Elementor. Includes Full Width, Blank, and Dashboard templates. No background color by default.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain: sunway-responsive
Tags: responsive, elementor, custom-layout, full-width
*/

/* Basic reset */
html, body, #page {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: none; /* No background color as requested */
  color: #111827;
}

a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Layout containers used by templates */
.sunway-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px;
}

.sunway-site-header, .sunway-site-footer {
  width: 100%;
  box-sizing: border-box;
}

.sunway-logo img {
  width: 160px;
  height: auto;
}

/* Utility */
.hide-mobile { display: inline-block; }
.hide-desktop { display: none; }

@media (max-width: 768px) {
  .sunway-container { padding: 16px; }
  .sunway-logo img { width: 140px; }
  .hide-mobile { display: none; }
  .hide-desktop { display: inline-block; }
}
