/*
Theme Name: VIP TINTS Melbourne
Theme URI: https://viptints.com.au
Author: Nakul Chadha / VIP TINTS
Author URI: https://nakulchadha.com
Description: Premium, high-performance automotive window tinting, ceramic coating, and paint protection film (PPF) WordPress theme for VIP TINTS Melbourne.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viptints
Tags: automotive, window-tinting, luxury, dark-mode, custom-colors, custom-menu, featured-images, responsive-layout, theme-options

VIP TINTS Melbourne WordPress Theme
*/

/* WordPress Admin Bar Compatibility */
body.admin-bar .topbar-wrapper {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .topbar-wrapper {
    top: 46px;
  }
}

/* WordPress Core Alignment Classes */
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  text-align: center;
}

.wp-caption-text {
  font-size: 0.85rem;
  color: #888888;
  margin-top: 0.5rem;
}

/* WordPress Post Content Typography */
.entry-content {
  color: #D1D5DB;
  line-height: 1.8;
  font-size: 1.05rem;
}

.entry-content p {
  margin-bottom: 1.5rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #FFFFFF;
  font-weight: 800;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.entry-content h2 {
  font-size: 1.85rem;
  border-left: 4px solid #EA1C24;
  padding-left: 1rem;
}

.entry-content h3 {
  font-size: 1.45rem;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.entry-content li {
  margin-bottom: 0.5rem;
}

.entry-content a {
  color: #EA1C24;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.entry-content a:hover {
  color: #FFFFFF;
}

.entry-content blockquote {
  border-left: 4px solid #EA1C24;
  background: rgba(255, 255, 255, 0.03);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #F3F4F6;
}

.entry-content img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
