/* =========================
   Reset CSS (Booking System)
   ========================= */

/* Box sizing */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margin/padding */
html, body {
  margin: 0;
  padding: 0;
}

/* Body base */
body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  background: none;
}

/* Typography reset */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
figure {
  margin: 0;
  padding: 0;
}

/* List reset */
ul, ol {
  list-style: none;
}

/* Anchor */
a {
  color: inherit;
  text-decoration: none;
}

/* Image */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

/* Button / input */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border-radius: 0;
  background: none;
  border: 0;
  outline: none;
}

/* Button cursor */
button {
  cursor: pointer;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Hidden */
[hidden] {
  display: none !important;
}
