/* ==========================================================================
   COSTA PRO SERIES - Minimal Reset
   Compatible with Bootstrap/Tailwind - only adds what's needed
   ========================================================================== */

/* Box sizing for all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default focus outline (handled by Bootstrap) */
:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

/* Ensure HTML5 elements display correctly */
nav,
footer,
header,
aside,
section {
  display: block;
}

/* Text size adjustment */
html,
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Remove default link decoration */
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Image alignment */
img {
  vertical-align: top;
}

/* Inherit color for links */
a {
  color: inherit;
}
