/*
Theme Name: CS Sharpeners Melbourne WordPress
Theme URI: https://www.cssharpeners.com.au/
Author: Akethya Creations
Author URI: https://akethyacreations.com/
Description: Multi-page WordPress theme for CS Sharpeners Melbourne. Creates genuine WordPress pages for Home, About, Products, Gallery, Sharpening Information, Terms and Contact while preserving the premium React/Vite design.
Version: 1.2.2
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary / Client Project
Text Domain: cs-sharpeners-wordpress
*/

/* The main visual stylesheet is loaded from assets/index-CRzqiPlz.css by the bundled application. */


@media (max-width: 767px) {
  .cs-google-form-frame {
    height: 2150px;
    border-radius: 1rem;
  }
}

/* Native premium booking form restored in v1.2.0. */


/* Premium global footer added in v1.2.1. */
#cs-site-footer {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(246, 183, 58, 0.42);
  background: linear-gradient(135deg, #090f25 0%, #151d35 54%, #090f25 100%);
  color: #f8fafc;
  box-shadow: 0 -12px 34px rgba(9, 15, 37, 0.12);
}
#cs-site-footer .cs-site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.45rem 1.25rem 1.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}
#cs-site-footer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}
#cs-site-footer .cs-site-copyright {
  color: rgba(248, 250, 252, 0.9);
}
#cs-site-footer .cs-site-credit {
  color: #f6b73a;
  font-weight: 700;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
@media (max-width: 700px) {
  #cs-site-footer .cs-site-footer-inner {
    padding: 1.35rem 1rem 1.55rem;
    flex-direction: column;
    text-align: center;
    gap: 0.35rem;
  }
  #cs-site-footer p {
    font-size: 0.82rem;
  }
  #cs-site-footer .cs-site-credit {
    white-space: normal;
  }
}


/* Contact-form quantity choices updated in v1.2.2. */
.cs-minimum-spend-option {
  grid-column: 1 / -1;
  align-items: flex-start !important;
  border-color: rgba(246, 183, 58, 0.5) !important;
  background: rgba(246, 183, 58, 0.08) !important;
}
.cs-minimum-spend-option span {
  line-height: 1.65;
}
