/**
 * Theme Name:     Unwanted Cash For Cars Adelaide
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   unwanted-cash-for-cars-adelaide
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

body { background-color: #fff !important;}

p.uagb-desc-text {
    font-size: 36px !important;
    font-family: 'Teko' !important;
}

a {text-decoration:none !important;}

h1 {font-size:62px !important;}
h2 {font-size:48px !important;}
h3 {font-size:30px !important;}
h4 {font-size:26px !important;}
h5 {font-size:17px !important;}
p,li {font-size:17px !important;font-weight:400 !important;}



:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: none !important;
}

@media only screen and (max-width: 782px) {
    button.wp-block-navigation__responsive-container-open {
    background-color: #002440;
    color: white;
    padding: 5px;
    border-radius: 15px 2px; }
	h1 {font-size: 35px !important;}
	h2 {font-size: 30px !important;}
	h3 {font-size: 25px !important;}

}	
	

.location-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;}

.location-box {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 12px 24px;
  color: #ffffff;
  font-family: 'Teko' !important;
  display: flex;
  align-items: center;
  font-size: 18px;
  background-color: #DD9C21;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;}

.location-box:hover {
  background-color: #68AF5A;
  color: white;
  border: 2px solid #68AF5A;}

.location-box i {
  margin-right: 10px;
  font-size: 18px;}



/* Mobile view: 2 columns */
@media (max-width: 768px) {
  .location-container {
    grid-template-columns: repeat(2, 1fr); /* exactly 2 per row */
    gap: 12px;
    padding: 14px;}

  .location-box {
    font-size: 16px;
    padding: 12px;}

  .location-box i {
    font-size: 15px;}
}

/* Very small phones: keep 2 columns but tighter */
@media (max-width: 480px) {
  .location-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 10px 0px;
  }

  .location-box {
    font-size: 14px;
    padding: 10px;
  }

  .location-box i {
    font-size: 14px;
  }
}



	

