/* Extract of the only LIVE rules from parent car-rental-wda front-end/index.css.
   The other ~97% (wpdevart header/nav/booking/comments/sidebar/blog) never renders on the
   CRO sites — the child .cro-*/.dag-* markup replaces it. See fleet/parkway-cotroneo-css-audit-20260710.md
*/
:root {
  scroll-behavior: smooth;
}
html {
  line-height: 1.15;
}
body {
  color: #333333;
  overflow-x: hidden;
  margin: 0;
  font-family: Open Sans, sans-serif;
  background: #070506;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
p,
li {
  line-height: 1.5;
}
input[type="search"]::-webkit-search-cancel-button
 {
  -webkit-appearance:none;
}
pre {
  white-space: pre-wrap;
  word-break: break-word;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
input[type="search"] {
    background: transparent;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  word-break: break-word;
}
.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}
.container:after,
.group:after {
  clear: both;
}
.page-numbers {
  color: #7c5d1f;
  font-size: 18px;
  transition: all .3s ease-in-out;
}
.page-numbers:hover {
  color: #7c5d1f;
}
.page-numbers li a {
  color: #efb33f;
  text-decoration: none;
  padding: 14px 20px 14px 20px;
  background: none;
  font-size: 18px;
  transition: all .3s ease-in-out;
}
.page-numbers li a:hover {
  color: #e03100;
}
.page-numbers li {
  display: inline-block;
  min-height: 50px;
  min-width: 50px;
  font-size: 20px;
  background: #070506;
  margin: 10px 2px 0 2px;
  transition: all .3s ease-in-out;
  line-height: 50px;
  border: 1px solid #efb33f;
}
.page-numbers li:hover {
  background: #070506;
  border: 1px solid #e03100;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-caption {
    background: #2d2d3c;
    border: 1px solid #2d2d3c;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
