/*
Theme Name: Automotive Services Theme
Description: A WordPress theme for automotive services and coding
Version: 1.0
Author: Your Name
*/

/* Import the original styles */
@import url("css/font-icons.css");
@import url("css/plugins.css");
@import url("css/style.css");
@import url("css/responsive.css");

/* Additional WordPress specific styles */
.wp-block-image {
  margin: 1em 0;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  margin: 0.5em 0;
  text-align: center;
}

/* Service specific styles */
.service-price {
  background: #f8f9fa;
  padding: 15px;
  margin: 20px 0;
  border-left: 4px solid #007bff;
}

.service-contact {
  background: #e9ecef;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.service-contact p {
  margin: 5px 0;
}

/* Pagination styles */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
}

.page-numbers:hover,
.page-numbers.current {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-item-brief h3 {
    font-size: 1.2em;
  }

  .service-item-brief p {
    font-size: 0.9em;
  }
}
