@charset "UTF-8";
@font-face {
  font-family: "Outfit";
  src: url(https://assets.quouch-app.com/assets/outfit/Outfit-Light-bcd5830421acd0fbf09e26fa090a28980fd830cbea64e234b2e6bd2dd17aa74f.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/outfit/Outfit-Light-0bfc4079b1dc3dfd5ad4f785497e499b1c0974047fb7d0df930dbdc9a8f92e59.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url(https://assets.quouch-app.com/assets/outfit/Outfit-Bold-935c0833b48f072796ffd30e550a5058ab4a1fd0187674aba08b497aec7981e2.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/outfit/Outfit-Bold-9a96166dd9e12740b785091ee43849239bc0fb5aeb92613c4efc782bfd39fac6.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url(https://assets.quouch-app.com/assets/outfit/Outfit-Black-5d5ec55aa89e126c1bc31c71a6f6b15725d200846ec32625ec77774c1869ab92.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/outfit/Outfit-Black-9b83f98f355ecec56b20f4808f3671fa9ab50c98357ac6ce22ff207011e5f72a.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url(https://assets.quouch-app.com/assets/outfit/Outfit-SemiBold-59a9ee9a1cea8874502b9e4f4002b1e2ccf8eca7f3eb3a5133605c555904217a.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/outfit/Outfit-SemiBold-24b64297ff1ed161b42b965f9a677e680df4cab0c7f47d31a0ca4cc23cdd3a6c.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mulish";
  src: url(https://assets.quouch-app.com/assets/mulish/Mulish-Regular-ba48ab9d0a6f743b27e19fa6e86793c8bc524b6cb761fbd358967763c5dc0d17.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/mulish/Mulish-Regular-4f7960f029a708664ce87e00dec14bfe4130c0f89438a9f60722348269743135.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mulish";
  src: url(https://assets.quouch-app.com/assets/mulish/Mulish-Medium-8e13711039905fd72cf455da256fdf764f2728098dae3dbb62cd4121b9ea1723.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/mulish/Mulish-Medium-7ce5c5c0d63977a9bbf68b91ca6bb1d8a7797fe0d803a20020b9f5b3fdb72390.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mulish";
  src: url(https://assets.quouch-app.com/assets/mulish/Mulish-ExtraBold-2e7be83b9d665898f5291320bb10d36d9e18407afd15cde0ffe0dd261bdec1b5.woff2) format("woff2"), url(https://assets.quouch-app.com/assets/mulish/Mulish-ExtraBold-8b43b5413c89f4599cb8f64674ce9351bb176b96758fb5769c776e7990263420.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
.color-primary {
  color: #fb5705;
}

.color-primary-dark {
  color: #bf4305;
}

.color-primary-light {
  color: #fc8950;
}

.color-primary-transparent {
  color: #fdbc9b;
}

.color-primary-super-transparent {
  color: #ffeee5;
}

.color-secondary {
  color: #8728a1;
}

.color-secondary-dark {
  color: #631d76;
}

.color-secondary-light {
  color: #ab69be;
}

.color-secondary-transparent {
  color: #cfa9da;
}

.color-secondary-super-transparent {
  color: #f3eaf6;
}

.color-tertiary {
  color: #f8d109;
}

.color-tertiary-dark {
  color: #d2b20a;
}

.color-tertiary-light {
  color: #fadf53;
}

.color-tertiary-transparent {
  color: #fced9d;
}

.color-tertiary-super-transparent {
  color: #fefae6;
}

.color-error {
  color: hsl(0, 82%, 49%);
}

.color-warning {
  color: #ebff0f;
}

.color-gray-01 {
  color: hsl(0, 0%, 94%);
}

.color-gray-02 {
  color: hsl(0, 0%, 87%);
}

.color-gray-03 {
  color: hsl(0, 0%, 76%);
}

.color-gray-04 {
  color: hsl(0, 0%, 65%);
}

.color-gray-05 {
  color: hsl(0, 0%, 44%);
}

.color-gray-06 {
  color: hsl(0, 0%, 20%);
}

.color-black {
  color: hsl(0, 0%, 20%);
}

.color-white {
  color: hsl(0, 0%, 100%);
}

.color-beige {
  color: hsl(28, 100%, 97%);
}

.color-neutral-01 {
  color: hsl(30, 100%, 100%);
}

.color-neutral-02 {
  color: hsl(15, 67%, 99%);
}

.color-neutral-03 {
  color: hsl(28, 100%, 97%);
}

body {
  display: flex;
  flex-direction: column;
  background-color: hsl(15, 67%, 99%);
  padding-top: 72px;
}

/*
1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
2. Remove default margin & padding
*/
* {
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

/*
3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
}

/*
Typographic tweaks!
4. Add accessible line-height
5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
9. Remove default list styles
*/
ul {
  list-style: none;
}

/*
10. Display none utility class
*/
.display-none {
  display: none !important;
}

i[class^=quouch-], i[class*=quouch-], i[class^=fa-], i[class*=fa-] {
  text-align: center;
  display: flex;
  justify-content: center;
}

h1 {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}

body {
  font-family: "Mulish", "sans-serif";
  font-weight: 400;
  color: hsl(0, 0%, 20%);
}

p {
  font-family: "Mulish", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

a {
  color: #8728a1;
  text-decoration: none;
}

.password {
  display: flex;
  flex-direction: column;
}
.password span {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.user_date_of_birth {
  display: flex;
  justify-content: space-between;
}

.hint, .form-hint, .form-hint-profile-incomplete {
  color: hsl(0, 0%, 44%);
  margin-left: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.hint--photo {
  margin: 1rem 1rem 0;
  text-align: center;
}

input,
select {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  input,
  select {
    font-size: 1rem;
  }
}
input,
select {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
}

textarea {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  textarea {
    font-size: 1rem;
  }
}
textarea {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  border-radius: 8px;
  border: 1px solid hsl(0, 0%, 87%);
  padding: 0.5rem;
}

.booking-section {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .booking-section {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.booking-section {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .booking-section {
    width: 90%;
    max-width: 1140px;
    margin: 2rem auto;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .booking-section {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.booking h2 {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
@media (min-width: 480px) {
  .booking {
    width: 80%;
    max-width: 1140px;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
@media (min-width: 768px) {
  .booking {
    width: 60%;
  }
}
.booking__host {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #ffeee5;
  text-align: center;
}
@media (min-width: 480px) {
  .booking__host {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
@media (min-width: 1024px) {
  .booking__host {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 6rem;
    text-align: start;
  }
}
.booking__host-left h2 {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .booking__host-left {
    grid-column: 1;
    display: flex;
    gap: 1rem;
    justify-content: right;
    margin-right: 3rem;
  }
}
.booking__host-right {
  margin: 1rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .booking__host-right {
    margin-top: 2rem;
    grid-column: 2;
  }
}
.booking__host .user__profile__image {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  max-width: revert;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.booking__host-name span {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  color: hsl(0, 0%, 65%);
  margin: 0.5rem 0 1rem;
}
.booking__wrap {
  background-color: hsl(0, 0%, 100%);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .booking__wrap {
    padding: 1rem 4rem;
  }
}
.booking__info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .booking__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.booking__details {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .booking__details {
    margin-bottom: 0;
  }
}
.booking__details-list li {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.booking__details-list li i {
  font-size: 16px;
}
.booking__message {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .booking__message {
    grid-column: 2;
  }
}
.booking__message p:before {
  content: "“";
}
.booking__message p:after {
  content: "”";
}
.booking__accommodation {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .booking__accommodation {
    font-size: 1rem;
  }
}
.booking__accommodation-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem 2rem;
}
.booking__accommodation li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.booking__accommodation li i {
  font-size: 16px;
}
.booking__passion p:last-child {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.booking__location {
  margin-top: 1.5rem;
}
.booking__address li {
  margin-bottom: 0.5rem;
}
.booking__pin {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.booking__pin i {
  font-size: 16px;
}
.booking__map {
  margin: 2rem 0;
  height: 300px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .booking__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .booking__links form {
    width: 100%;
  }
}
.booking__accept {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking__accept {
    font-size: 1rem;
  }
}
.booking__accept {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.booking__accept:hover {
  opacity: 0.9;
  cursor: pointer;
}
.booking__accept {
  display: inline-block;
  padding: 0.3rem 2rem;
}
.booking__update {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking__update {
    font-size: 1rem;
  }
}
.booking__update {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: 1px solid #fb5705;
  color: #fb5705;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.booking__update:hover {
  color: #fc8950;
  border: 1px solid #fc8950;
  cursor: pointer;
}
.booking__update {
  display: inline-block;
  padding: 0.3rem 2rem;
}
.booking__decline {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking__decline {
    font-size: 1rem;
  }
}
.booking__decline {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.booking__decline:hover {
  color: #fc8950;
  cursor: pointer;
}
.booking__decline {
  display: inline-block;
  background-color: transparent;
  padding: 0.3rem 2rem;
  width: 100%;
}
.booking__complete {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking__complete {
    font-size: 1rem;
  }
}
.booking__complete {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.booking__complete:hover {
  opacity: 0.9;
  cursor: pointer;
}
.booking__complete {
  display: inline-block;
  padding: 0.3rem 2rem;
}

.bookings {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .bookings {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.bookings {
  width: 100%;
}
@media (min-width: 1024px) {
  .bookings {
    width: 70%;
  }
}
.bookings__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}
.bookings__title {
  margin: 2rem auto;
}
.bookings__redirect {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .bookings__redirect {
    font-size: 1rem;
  }
}
.bookings__redirect {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.bookings__redirect:hover {
  opacity: 0.9;
  cursor: pointer;
}
.bookings__redirect {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .bookings__redirect {
    width: 50%;
  }
}
.bookings__empty {
  text-align: center;
}

.upcoming-booking {
  margin: 1.5rem auto;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  width: 100%;
}
@media (min-width: 480px) {
  .upcoming-booking {
    display: flex;
    justify-content: flex-start;
  }
}
.upcoming-booking .user__profile__image {
  max-width: 100%;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 480px) {
  .upcoming-booking .user__profile__image {
    height: 260px;
    width: 200px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .upcoming-booking .user__profile__image {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .upcoming-booking .user__profile__image {
    max-height: 200px;
  }
}
.upcoming-booking__wrap {
  padding: 1rem;
}
@media (min-width: 768px) {
  .upcoming-booking__wrap {
    padding: 2rem;
  }
}
.upcoming-booking__host {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin: 0;
  color: hsl(0, 0%, 20%);
}
.upcoming-booking__city {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  margin-top: 0.1rem;
}
.upcoming-booking__detail {
  color: hsl(0, 0%, 20%);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.4rem 0;
}
.upcoming-booking__detail i {
  font-size: 16px;
  width: 16px;
}

@media (min-width: 768px) {
  .past-bookings {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 1440px) {
  .past-bookings {
    gap: 1.5rem;
  }
}

.past-booking {
  display: flex;
  height: 165px;
  margin: 1rem auto;
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .past-booking {
    margin: 0;
  }
}
.past-booking .user__profile__image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.past-booking__wrap {
  width: 60%;
  padding: 1rem;
  align-self: center;
}
.past-booking__host {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: hsl(0, 0%, 20%);
  margin: 0;
}
.past-booking__city {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  margin: 0.1rem 0;
}
.past-booking__detail {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0.7rem 0;
  color: hsl(0, 0%, 20%);
}
.past-booking__detail i {
  font-size: 16px;
}
.past-booking__link {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .past-booking__link {
    font-size: 16px;
  }
}
.past-booking__note {
  color: hsl(0, 0%, 20%);
}

.booking-form {
  margin: 0 auto;
  padding: 2rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .booking-form {
    min-width: 360px;
  }
}
.booking-form__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 8rem auto 4rem;
}
@media (min-width: 768px) {
  .booking-form__wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 1024px) {
  .booking-form__wrap {
    align-items: center;
  }
}
.booking-form__type > label {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
}
.booking-form__type {
  margin-bottom: 2rem;
}
.booking-form__type .booking_request {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 44%);
  align-items: flex-start;
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
.booking-form__type .booking_request input {
  margin-right: 1rem;
  color: #fb5705;
}
.booking-form__details {
  margin: 2rem auto;
}
.booking-form__details__wrap {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.booking-form__details__wrap > label {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  display: block;
}
.booking-form__flexible label {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: hsl(0, 0%, 44%);
}
.booking-form__dates {
  display: flex;
  gap: 0.5rem;
}
.booking-form__travellers {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.booking-form__travellers input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking-form__travellers input {
    font-size: 1rem;
  }
}
.booking-form__travellers input {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  border: 1px solid hsl(0, 0%, 87%);
  width: 6em;
}
.booking-form__travellers i {
  font-size: 24px;
}
.booking-form .booking_number_travellers > input {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .booking-form .booking_number_travellers > input {
    width: 6rem;
  }
}
.booking-form .booking_message > label {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
}
.booking-form .booking_message {
  display: flex;
  flex-direction: column;
  margin: 1rem auto 0;
}
.booking-form__action {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.booking-form__action a {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.booking-form__action a:hover {
  color: #fc8950;
  cursor: pointer;
}
@media (min-width: 768px) {
  .booking-form__action {
    gap: 2rem;
  }
}
.booking-form__action--edit {
  flex-direction: column;
  gap: 1rem;
}
.booking-form__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .booking-form__button {
    font-size: 1rem;
  }
}
.booking-form__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.booking-form__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.booking-form__button[disabled] {
  background-color: grey;
}

.date-input {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.date-input input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .date-input input {
    font-size: 1rem;
  }
}
.date-input input {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  border: 1px solid hsl(0, 0%, 87%);
  width: 6em;
}
.date-input i {
  font-size: 24px;
}

.chat__show {
  display: flex;
  height: calc(100vh - 4rem);
}
.chat__show .chats__list__container {
  display: none;
  height: 100%;
  overflow: hidden;
  flex: 1 0 0;
}
@media (min-width: 480px) {
  .chat__show .chats__list__container {
    display: block;
    flex: 0 0 30%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow-y: scroll;
  }
}
.chat__show .chat__container {
  flex: 1 0 0;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.chat__header {
  box-shadow: 0 4px 4px -4px hsl(0, 0%, 87%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.chat__header__left {
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .chat__header .back-link {
    display: none;
  }
}
.chat__header h3,
.chat__header a {
  font-size: 1.5rem;
  line-height: 1.2;
}
.chat__header h3 {
  margin: 0;
  margin-left: 2rem;
}
.chat__header span {
  font-size: 1rem;
  color: hsl(0, 0%, 44%);
}

.chat {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat__notice {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.chat__notice a {
  text-decoration: underline;
}
.chat__messages__container {
  display: flex;
  flex-direction: column;
  min-height: 10vh;
  flex: 1;
  overflow-y: scroll;
}
.chat__messages__container img {
  height: 140px;
  width: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 4rem;
}
.chat__messages {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .chat__messages {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.chat__messages {
  margin: 2rem auto;
}
.chat__messages--empty {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #ab69be;
  margin: 4rem auto;
  max-width: 480px;
  text-align: center;
}
.chat__messages--empty img {
  height: 64px;
  margin: 1rem auto;
}
.chat__loading {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #ab69be;
  margin: 4rem auto;
  max-width: 480px;
  text-align: center;
}
.chat__loading__spinner {
  margin-bottom: 1rem;
}
.chat__loading__spinner i {
  font-size: 2rem;
  color: #8728a1;
}
.chat__loading p {
  margin: 0;
  color: hsl(0, 0%, 44%);
}
.chat__message {
  display: flex;
  margin-bottom: 1rem;
}
.chat__message p {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .chat__message p {
    font-size: 1rem;
  }
}
.chat__message--left {
  justify-content: flex-start;
}
.chat__message--right {
  justify-content: flex-end;
}
.chat__sender {
  background-color: #ffeee5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.chat__receiver {
  background-color: #fc8950;
  color: hsl(0, 0%, 100%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.chat__form__container {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .chat__form__container {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.chat__form__container {
  margin: 2rem auto;
  position: sticky;
  bottom: 0;
}
.chat__form {
  flex: 0 0 auto;
  display: flex;
}
.chat__form div:first-child {
  width: 100%;
}
.chat__form-input {
  width: 100%;
}
.chat__form-button {
  background-color: transparent;
  border: 0;
  transform: rotate(45deg);
}
.chat__form-button :hover {
  cursor: pointer;
}
.chat__form-button i {
  font-size: 24px;
}

.message {
  padding: 1rem;
}
.message-details i {
  text-transform: uppercase;
}

.chats {
  margin-top: 2rem;
}
.chats__title {
  font-size: 1.5rem;
}
.chats__list li + li {
  border-bottom: solid 0.7px hsl(0, 0%, 87%);
}
.chats__list-item a {
  display: flex;
  gap: 2rem;
  border-top: solid 0.7px hsl(0, 0%, 87%);
  padding: 2rem;
}
@media (min-width: 480px) {
  .chats__list-item a {
    gap: 3rem;
    align-items: center;
  }
}
.chats__list-item a img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100px;
  width: 100px;
}
.chats__wrap--right {
  margin-top: auto;
}
.chats__user-infos {
  position: relative;
  flex: 0 0 100px;
}
.chats__details {
  flex: 1 0 0%;
  position: relative;
}
.chats__details-name {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .chats__details-name {
    font-size: 1.1rem;
  }
}
.chats__details-name {
  color: hsl(0, 0%, 20%);
  margin: 0;
}
@media (max-width: 768px) {
  .chats__details-name {
    position: relative;
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
}
.chats__details-name--unread {
  font-weight: bold;
}
.chats__details-content {
  color: hsl(0, 0%, 44%);
}
.chats__details-content--unread {
  font-weight: bold;
}
@media (max-width: 768px) {
  .chats__details-content {
    font-size: 0.8rem;
  }
}
.chats__details-time {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  color: hsl(0, 0%, 65%);
}
.chats__details-time--unread {
  font-weight: bold;
}
@media (max-width: 768px) {
  .chats__details-time {
    font-size: 0.8rem;
  }
}
.chats__notifications {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ab69be;
  color: white;
  font-size: 12px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 5%;
  right: 5%;
}
.chats .chats__notifications {
  bottom: 5%;
  top: revert;
}

.city__title {
  margin: 3rem auto;
}
.city__list {
  margin: 0 auto;
  width: 800px;
}

.confirm-email__container,
.confirmed-page__container,
.invite-options__container {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .confirm-email__container,
  .confirmed-page__container,
  .invite-options__container {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.confirm-email__container,
.confirmed-page__container,
.invite-options__container {
  max-width: 700px;
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}
.confirm-email__hero, .confirm-email__content,
.confirmed-page__hero,
.confirmed-page__content,
.invite-options__hero,
.invite-options__content {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .confirm-email__hero, .confirm-email__content,
  .confirmed-page__hero,
  .confirmed-page__content,
  .invite-options__hero,
  .invite-options__content {
    margin-bottom: 3rem;
  }
}
.confirm-email__title,
.confirmed-page__title,
.invite-options__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .confirm-email__title,
  .confirmed-page__title,
  .invite-options__title {
    font-size: 2rem;
  }
}
.confirm-email__title,
.confirmed-page__title,
.invite-options__title {
  color: hsl(0, 0%, 20%);
  font-weight: 700;
}
.confirm-email__subtitle,
.confirmed-page__subtitle,
.invite-options__subtitle {
  font-size: 1.1rem;
  color: hsl(0, 0%, 44%);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .confirm-email__subtitle,
  .confirmed-page__subtitle,
  .invite-options__subtitle {
    font-size: 1.25rem;
  }
}
.confirm-email__message,
.confirmed-page__message,
.invite-options__message {
  margin-bottom: 3rem;
}
.confirm-email__message p,
.confirmed-page__message p,
.invite-options__message p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .confirm-email__message p,
  .confirmed-page__message p,
  .invite-options__message p {
    font-size: 1.1rem;
  }
}
.confirm-email__success-icon, .confirm-email__icon,
.confirmed-page__success-icon,
.confirmed-page__icon,
.invite-options__success-icon,
.invite-options__icon {
  margin-bottom: 2rem;
}
.confirm-email__success-icon i, .confirm-email__icon i,
.confirmed-page__success-icon i,
.confirmed-page__icon i,
.invite-options__success-icon i,
.invite-options__icon i {
  font-size: 4rem;
  color: #fb5705;
  background: linear-gradient(135deg, #fed9c7 0%, #eacef2 100%);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .confirm-email__success-icon i, .confirm-email__icon i,
  .confirmed-page__success-icon i,
  .confirmed-page__icon i,
  .invite-options__success-icon i,
  .invite-options__icon i {
    font-size: 5rem;
    width: 140px;
    height: 140px;
  }
}
.confirm-email__support,
.confirmed-page__support,
.invite-options__support {
  font-size: 0.95rem;
  color: hsl(0, 0%, 44%);
  border-top: 1px solid hsl(0, 0%, 94%);
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .confirm-email__support,
  .confirmed-page__support,
  .invite-options__support {
    font-size: 1rem;
  }
}
.confirm-email__support-link,
.confirmed-page__support-link,
.invite-options__support-link {
  color: #8728a1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.confirm-email__support-link:hover,
.confirmed-page__support-link:hover,
.invite-options__support-link:hover {
  color: #631d76;
  text-decoration: underline;
}

.confirmed-page__title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .confirmed-page__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.confirmed-page__greeting {
  font-size: 1.25rem;
  color: #fb5705;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .confirmed-page__greeting {
    font-size: 1.5rem;
  }
}
.confirmed-page__status {
  font-size: 1.1rem;
  color: hsl(0, 0%, 44%);
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .confirmed-page__status {
    font-size: 1.25rem;
  }
}
.confirmed-page__steps {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .confirmed-page__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin: 4rem 0;
  }
}
.confirmed-page__step {
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 94%);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
}
.confirmed-page__step:hover {
  border-color: #fdbc9b;
  transform: translateY(-4px);
  box-shadow: rgba(100, 100, 100, 0.1) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .confirmed-page__step {
    padding: 2.5rem 2rem;
  }
}
.confirmed-page__step-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fed9c7 0%, #eacef2 100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 1.5rem;
  color: #8728a1;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .confirmed-page__step-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}
.confirmed-page__step:hover .confirmed-page__step-icon {
  background: linear-gradient(135deg, #fdb491 0%, #d8a1e7 100%);
  color: hsl(0, 0%, 100%);
  transform: scale(1.1);
}
.confirmed-page__step-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: hsl(0, 0%, 20%);
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .confirmed-page__step-content h3 {
    font-size: 1.4rem;
  }
}
.confirmed-page__step-content p {
  font-size: 1rem;
  color: hsl(0, 0%, 44%);
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .confirmed-page__step-content p {
    font-size: 1.1rem;
  }
}
.confirmed-page__actions {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .confirmed-page__actions {
    margin-bottom: 3rem;
  }
}
.confirmed-page__cta-button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .confirmed-page__cta-button {
    font-size: 1rem;
  }
}
.confirmed-page__cta-button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  background: linear-gradient(135deg, #fdb491 0%, #d8a1e7 100%);
  border: none;
  color: hsl(0, 0%, 100%);
  padding: 1rem 2.5rem;
  border-radius: 16px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.confirmed-page__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .confirmed-page__cta-button {
    padding: 1.25rem 3rem;
    font-size: 1.2rem;
  }
}
.confirmed-page__cta-button i {
  transition: transform 0.3s ease;
}
.confirmed-page__cta-button:hover i {
  transform: translateX(4px);
}

.confirm-email__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .confirm-email__title {
    font-size: 2.5rem;
  }
}
.confirm-email__instructions {
  margin-bottom: 2rem;
}
.confirm-email__instructions h2 {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .confirm-email__instructions h2 {
    font-size: 1.2rem;
  }
}
.confirm-email__instructions h2 {
  color: hsl(0, 0%, 20%);
  margin-bottom: 1rem;
  font-weight: 600;
}
.confirm-email__instructions p {
  font-size: 1rem;
  color: hsl(0, 0%, 44%);
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .confirm-email__instructions p {
    font-size: 1.1rem;
  }
}
.confirm-email__tips {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.confirm-email__tip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: hsl(0, 0%, 44%);
}
.confirm-email__tip i {
  color: #8728a1;
  font-size: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .confirm-email__tip {
    font-size: 1rem;
  }
}
.confirm-email__resend {
  background: hsl(0, 0%, 94%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.confirm-email__resend h3 {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .confirm-email__resend h3 {
    font-size: 1.2rem;
  }
}
.confirm-email__resend h3 {
  color: hsl(0, 0%, 20%);
  margin-bottom: 1rem;
}
.confirm-email__resend p {
  font-size: 1rem;
  color: hsl(0, 0%, 44%);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .confirm-email__resend p {
    font-size: 1.1rem;
  }
}
.confirm-email__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .confirm-email__button {
    font-size: 1rem;
  }
}
.confirm-email__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.confirm-email__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.confirm-email__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.confirm-email__button:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.couch h2 {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.couch {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .couch {
    width: 90%;
    max-width: 1140px;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content 1fr;
    border-radius: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .couch {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.couch__gallery {
  position: relative;
  max-height: 400px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 1024px) {
  .couch__gallery {
    border-radius: 16px;
    margin-top: 4rem;
    display: block;
    max-height: 500px;
    grid-row: 1;
  }
}
.couch__gallery .user__profile__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  min-height: 80px;
}
@media (min-width: 1024px) {
  .couch__gallery .user__profile__image {
    border-radius: 16px;
  }
}
.couch__chat {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
@media (min-width: 1024px) {
  .couch__chat {
    bottom: 1rem;
  }
}
.couch__content {
  padding: 1rem 1rem 0;
}
@media (min-width: 1024px) {
  .couch__content {
    margin: 4rem 0 2rem 2rem;
  }
}
.couch__features {
  justify-content: center;
}
.couch__name {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .couch__name {
    font-size: 1.2rem;
  }
}
.couch__name {
  text-align: center;
  color: hsl(0, 0%, 20%);
}
.couch__name-wrap {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.couch__characteristics {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: hsl(0, 0%, 44%);
}
.couch__offers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem;
}
.couch__offers-item {
  display: flex;
  gap: 0.2rem;
  color: #fb5705;
  flex-shrink: 0;
}
.couch__offers-item img {
  color: #fb5705;
}
.couch__accommodation-list {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .couch__accommodation-list {
    font-size: 1rem;
  }
}
@media (min-width: 360px) {
  .couch__accommodation-list {
    grid-template-columns: max-content auto;
    display: grid;
    gap: 1rem 2rem;
  }
}
.couch__accommodation-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.couch__accommodation-list li i {
  font-size: 16px;
}
.couch__travellers {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.couch__travellers img {
  height: 16px;
  width: 16px;
}
.couch__travellers i {
  font-size: 16px;
}
.couch__pin {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.couch__pin img {
  height: 16px;
  width: 16px;
}
.couch__action {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.couch__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .couch__button {
    font-size: 1rem;
  }
}
.couch__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.couch__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.couch__button {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
}
@media (min-width: 1024px) {
  .couch__button {
    margin: 0 0 1rem;
  }
}
.couch__report {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.couch__report:hover {
  color: #fc8950;
  cursor: pointer;
}
.couch__report {
  margin: 0 auto 1rem;
}
@media (min-width: 1024px) {
  .couch__report {
    margin: 0;
  }
}
.couch__questions {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .couch__questions {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-left: 3rem;
    grid-row: 2;
    grid-column: 2;
    border-top: 1px solid hsl(0, 0%, 87%);
  }
}
.couch__reviews h2 {
  margin-top: 0;
}
.couch__reviews {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .couch__reviews h2 {
    margin-top: 2rem;
  }
  .couch__reviews {
    margin-top: 2rem;
    padding: 0 0 1rem;
    grid-row: 2;
    grid-column: 1;
    border-top: 1px solid hsl(0, 0%, 87%);
  }
}

.couch__block-btn {
  background: none;
  border: none;
  color: #dc3545;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0.25em 0;
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: color 0.2s;
  text-align: left;
  align-self: flex-start;
}

.couch__block-btn--unblock {
  color: #fb5705;
}

.couch__block-btn:hover,
.couch__block-btn:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  outline: none;
}

.couch__block-btn--unblock:hover,
.couch__block-btn--unblock:focus {
  color: rgb(201.7716535433, 69.4094488189, 3.2283464567);
}

.couches__wrap {
  margin: 2rem auto;
  width: 90%;
}
@media (min-width: 1440px) {
  .couches__wrap {
    width: 80%;
    max-width: 1140px;
  }
}
@media (min-width: 480px) {
  .couches__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .couches__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .couches__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.couches__list-item {
  display: flex;
  align-items: stretch;
}
.couches__list-article {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 12px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 160ms ease-in-out;
  margin-bottom: 1rem;
}
.couches__list-article:hover {
  transform: scale(1.04);
  box-shadow: rgba(100, 100, 100, 0.1) 0px 2px 8px 0px;
}
@media (min-width: 480px) {
  .couches__list-article {
    margin-bottom: 0;
  }
}
.couches__list .user__profile__image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.couches__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
}
.couches__content-wrap {
  margin-top: auto;
  margin-bottom: 0;
}
.couches__offers {
  margin-left: 0 !important;
}
.couches__offers p {
  font-size: 0.75rem;
}
.couches__offers img {
  height: 16px;
  width: 16px;
}
.couches__offers i {
  font-size: 16px !important;
}
.couches__details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.couches__name {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin: 0;
}
.couches__name a {
  color: hsl(0, 0%, 20%);
}
.couches__location {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  display: flex;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.couches__location i {
  font-size: 16px;
}
.couches__characteristics {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
}
.couches__rating {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  color: hsl(0, 0%, 44%);
}
.couches__rating i {
  font-size: 20px;
}
.couches__map {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  margin: 2rem 0;
}

.pagination {
  margin: 3rem auto 0;
  text-align: center;
}

.error-page {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .error-page {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.error-page {
  width: 90%;
}
@media (min-width: 1024px) {
  .error-page {
    width: 80%;
  }
}
.error__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .error__title {
    font-size: 2rem;
  }
}
.error__title {
  color: #fb5705;
  text-align: center;
  margin-bottom: 2rem;
}
.error__image {
  border-radius: 100%;
  height: 300px;
  width: 300px;
  margin: 0 auto 2rem;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.error__content {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .error__content {
    font-size: 1.2rem;
  }
}
.error__content {
  text-align: center;
  color: hsl(0, 0%, 20%);
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.error__content a {
  text-decoration: underline;
  color: #fb5705;
  font-weight: 600;
}
.error__content a:hover {
  color: #bf4305;
}
.error__user-info {
  background: #f3eaf6;
  border-radius: 12px;
  padding: 1rem 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #cfa9da;
}
.error__user-info h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .error__user-info h3 {
    font-size: 1.1rem;
  }
}
.error__user-info h3 {
  color: #8728a1;
  margin-bottom: 0.5rem;
}
.error__user-info p {
  margin-bottom: 1.5rem;
  color: hsl(0, 0%, 20%);
}
.error__user-info ul {
  margin: 0;
  padding-left: 1.5rem;
  list-style: circle;
}
.error__user-info ul li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  color: hsl(0, 0%, 20%);
}
.error__user-info ul li a {
  color: #8728a1;
  text-decoration: underline;
  font-weight: 500;
}
.error__user-info ul li a:hover {
  color: #631d76;
}
.error__support-details {
  background: hsl(0, 0%, 94%);
  border: 1px solid hsl(0, 0%, 87%);
  border-radius: 12px;
  margin: 2rem auto;
  max-width: 600px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.error__support-details summary {
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  background: hsl(0, 0%, 87%);
  border-radius: 12px 12px 0 0;
  color: hsl(0, 0%, 44%);
  transition: background-color 0.2s ease;
}
.error__support-details summary:hover {
  background: hsl(0, 0%, 76%);
  color: hsl(0, 0%, 20%);
}
.error__technical-info {
  padding: 1rem 1.5rem;
  font-family: monospace;
  font-size: 0.875rem;
  background: hsl(0, 0%, 100%);
}
.error__technical-info p {
  margin: 0.5rem 0;
  word-break: break-all;
  color: hsl(0, 0%, 20%);
}
.error__technical-info p strong {
  font-weight: 600;
  color: #631d76;
}
.error__technical-info p code {
  background: #f3eaf6;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  font-size: 0.8rem;
  color: #631d76;
  border: 1px solid #cfa9da;
}

.host {
  margin-bottom: 1rem;
  margin-top: -5rem;
  border-radius: 12px;
  z-index: 1;
}
@media (min-width: 768px) {
  .host {
    margin-right: 1rem;
  }
}
.host h2 {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.host__content {
  display: grid;
  grid-template-rows: min-content;
  row-gap: 1rem;
  border-radius: 12px;
  padding: 1.7rem;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (min-width: 1440px) {
  .host__content {
    height: 100%;
    box-shadow: 0;
    padding-top: 6rem;
  }
}
.host__info {
  grid-row: 2;
  grid-column: 1/span 2;
  margin-top: 3rem;
}
@media (min-width: 1440px) {
  .host__info {
    margin-top: 0;
  }
}
.host .user__profile__image {
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 10rem;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  top: 5rem;
}
.host__name {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .host__name {
    font-size: 1.2rem;
  }
}
.host__name {
  text-align: center;
  color: hsl(0, 0%, 20%);
}
.host__characteristics {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: hsl(0, 0%, 44%);
}
.host__location {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  display: flex;
  gap: 0.3rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}
.host__location i {
  font-size: 16px;
}
.host__offers {
  flex-wrap: wrap;
  justify-content: center;
  grid-column: 1/span 2;
}
@media (min-width: 1440px) {
  .host__offers {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.host__features {
  grid-row: 4;
  grid-column: 1/span 2;
  justify-content: center;
}
.host__intro {
  grid-row: 5;
}
@media (max-width: 1024px) {
  .host__intro {
    display: none;
  }
}
.host__accommodation {
  grid-row: 6;
}
@media (min-width: 1440px) {
  .host__accommodation {
    grid-row: 5;
  }
}
.host__accommodation-list {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .host__accommodation-list {
    font-size: 1rem;
  }
}
.host__accommodation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 1rem;
}
.host__accommodation-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.host__accommodation-list li i {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .host__accommodation {
    display: none;
  }
}
.host__travellers {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.host__travellers img {
  height: 16px;
  width: 16px;
}

.invite {
  margin: 0;
}
.invite__header {
  color: hsl(0, 0%, 100%);
  background-color: #fdbc9b;
  margin: 0;
  padding: 2rem;
}
.invite__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 1024px) {
  .invite__wrap {
    width: 50%;
  }
}
.invite__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .invite__subtitle {
    font-size: 1.6rem;
  }
}
.invite__subtitle {
  margin: 2rem auto;
}
.invite__content h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .invite__content h3 {
    font-size: 1.1rem;
  }
}
.invite__content h3 {
  margin-bottom: 1rem;
}
.invite__content p {
  margin-bottom: 1rem;
}
.invite__content span {
  font-weight: bold;
}
.invite__form {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .invite__form {
    width: 80%;
  }
}
.invite__note {
  position: static;
  background-color: #f3eaf6;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 0.5rem 1rem;
  transition: opacity 1s ease-in-out;
}
.invite__email {
  flex-grow: 1;
}
.invite__email input {
  width: 100%;
}
.invite__input {
  background-color: #f3eaf6;
  color: #8728a1;
  flex-grow: 1;
}
.invite__input-wrapper {
  flex-grow: 1;
}
.invite__input-wrapper input {
  width: 100%;
  background-color: #f3eaf6;
}
.invite__button {
  background-color: transparent;
  border: none;
}
.invite__button :hover {
  cursor: pointer;
}
.invite__count {
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .invite__campaign {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.invite__campaign img {
  margin: 1rem auto;
  height: 300px;
  width: auto;
}
@media (min-width: 768px) {
  .invite__campaign img {
    margin: 0;
    height: 100%;
    width: 150px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transform: rotate(5deg) !important;
  }
}

.invite-code__form form {
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .invite-code__form form {
    display: flex;
    gap: 1rem;
  }
}
.invite-code__form div:first-child {
  flex-grow: 1;
}
.invite-code__form input:first-child {
  width: 100%;
}
.invite-code__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .invite-code__button {
    font-size: 1rem;
  }
}
.invite-code__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.invite-code__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
@media (min-width: 768px) {
  .invite-code__button {
    width: 50%;
  }
}
.invite-code__button {
  margin: 0.5rem 0;
}

.plans {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .plans {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.plans__title {
  color: #8728a1;
}
.plans__subtitle {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .plans__subtitle {
    font-size: 1.2rem;
  }
}
.plans__subtitle {
  color: #8728a1;
  margin: 1rem auto;
}
.plans__content {
  margin: 0 auto;
  text-align: center;
}
.plans__intro {
  max-width: 1000px;
  margin: 0 auto;
}
.plans__intro p:first-of-type {
  margin-bottom: 0.5rem;
}
.plans__note {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
.plans__list {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
}
@media (min-width: 1024px) {
  .plans__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: none;
  }
}
.plans__list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f3eaf6;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.plans__list-item:has(.plans__card-discount-banner) {
  padding-top: 3rem;
}
@media (min-width: 1024px) {
  .plans__list-item {
    width: auto;
  }
}
.plans__list-item h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin: 0;
}
.plans__list-item__wrap {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-align: left;
}
.plans__list-item__wrap img {
  height: 48px;
  width: 48px;
}
.plans__list-item__wrap i {
  font-size: 48px;
}
.plans__price {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .plans__price {
    font-size: 1.1rem;
  }
}
.plans__price {
  margin: 0;
}
.plans__price-interval {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.plans__price-original {
  text-decoration: line-through;
  color: #cfa9da;
  margin-right: 0.5rem;
}
.plans__price-discounted {
  color: #fb5705;
  font-weight: 600;
}
.plans__price-limited-time {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #cfa9da;
  font-style: italic;
  margin-top: 0.25rem;
}
.plans__card-discount-banner {
  background: linear-gradient(135deg, #f8d109, rgb(176.6732283465, 60.7755905512, 2.8267716535));
  border-radius: 8px 0 0 8px;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0.25rem;
  right: -0.5rem;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: visible;
  z-index: 1;
}
.plans__card-discount-banner::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0;
  border-color: rgb(176.6732283465, 60.7755905512, 2.8267716535) transparent transparent transparent;
}
.plans__card-discount-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shimmer 3s infinite;
}
.plans__card-discount-text {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
.plans__description {
  margin: 2rem 0;
  text-align: start;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .plans__description {
    font-size: 1rem;
  }
}
.plans__info {
  font-size: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: auto;
  margin-bottom: 0;
  color: hsl(0, 0%, 44%);
  text-align: left;
}
.plans__info img {
  width: 20px;
  height: 20px;
}
.plans__info i {
  font-size: 20px;
}
.plans__info--inactive {
  margin-top: 0.5rem;
}
.plans__info--center {
  align-items: center;
}
.plans__info--payment {
  margin-bottom: 1rem;
  text-align: center;
}
.plans__summary {
  border-top: 1px solid hsl(0, 0%, 76%);
  padding-top: 2rem;
}
.plans__apple-store-message {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.plans__apple-store-message-content {
  background-color: #f3eaf6;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 600px;
  text-align: center;
}
.plans__apple-store-message-content h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #8728a1;
  margin: 0 0 1rem 0;
}
.plans__apple-store-message-content p {
  margin: 0 0 1rem 0;
  color: hsl(0, 0%, 44%);
}
.plans__apple-store-message-content p:last-child {
  margin-bottom: 0;
}
.plans__apple-store-message-content p strong {
  color: #8728a1;
}
.plans__apple-store-message-content i {
  font-size: 48px;
  margin-bottom: 1rem;
  display: block;
}
.plans__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .plans__button {
    font-size: 1rem;
  }
}
.plans__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.plans__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.plans__button {
  margin-top: auto;
  margin-bottom: 0;
}
.plans__addition {
  margin: 2rem auto;
  line-height: 1.7;
}
.plans__addition p {
  margin-bottom: 1rem;
  margin-block: 1rem;
}
.plans__addition a {
  text-decoration: underline;
}
.plans__explorer-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #f3eaf6;
}
.plans__explorer-section .plans__list-item {
  grid-column-start: 2;
}
.plans__table-wrap {
  width: 100%;
  overflow-x: auto;
}
.plans__table {
  min-width: 600px;
  margin: 0 auto 2rem;
}
.plans__table th {
  padding: 2rem;
  min-width: 200px;
}
.plans__table td {
  text-align: center;
  color: #fb5705;
}
.plans__table tbody th {
  padding-left: 0;
  padding-right: 0;
}
.plans__table tbody tr th {
  text-align: start;
}

.gift .plans__wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .gift .plans__wrap {
    flex-direction: row;
    gap: 5rem;
  }
}
.gift__image {
  align-self: flex-start;
  height: 100%;
  width: 50vw;
  margin: 0 auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: rotate(5deg) !important;
}
@media (min-width: 768px) {
  .gift__image {
    width: 200px;
  }
}

.current-plan {
  background-color: #631d76;
  color: hsl(0, 0%, 100%);
  padding-top: 0.5rem;
}
.current-plan .plans__price {
  color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .current-plan form {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.current-plan__label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  position: relative;
  top: -8px;
  left: -32px;
  padding: 0.2rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ebff0f;
  color: #631d76;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.current-plan .plans__info {
  color: hsl(0, 0%, 100%);
}

.requests {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .requests {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.requests {
  width: 100%;
}
@media (min-width: 1024px) {
  .requests {
    width: 70%;
  }
}
.requests__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}
.requests__title {
  margin: 2rem auto;
}

.upcoming-request {
  margin: 1.5rem auto;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
}
@media (min-width: 480px) {
  .upcoming-request {
    display: flex;
    justify-content: flex-start;
  }
}
.upcoming-request .user__profile__image {
  max-width: 100%;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (min-width: 480px) {
  .upcoming-request .user__profile__image {
    height: 260px;
    width: 200px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .upcoming-request .user__profile__image {
    width: 260px;
  }
}
@media (max-width: 480px) {
  .upcoming-request .user__profile__image {
    max-height: 200px;
  }
}
.upcoming-request__wrap {
  padding: 1rem;
}
@media (min-width: 768px) {
  .upcoming-request__wrap {
    padding: 2rem;
  }
}
.upcoming-request__host {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin: 0;
  color: hsl(0, 0%, 20%);
}
.upcoming-request__pronouns {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  margin-top: 0.1rem;
}
@media (min-width: 768px) {
  .upcoming-request__details {
    margin: 2rem 0;
  }
}
.upcoming-request__detail {
  color: hsl(0, 0%, 20%);
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin: 0.4rem 0;
}
.upcoming-request__detail i {
  font-size: 16px;
}

@media (min-width: 768px) {
  .past-requests {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 1440px) {
  .past-requests {
    gap: 1.5rem;
  }
}

.past-request {
  display: flex;
  height: 165px;
  margin: 1rem auto;
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .past-request {
    margin: 0;
  }
}
.past-request .user__profile__image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.past-request__wrap {
  width: 60%;
  padding: 1rem;
  align-self: center;
}
.past-request__host {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: hsl(0, 0%, 20%);
  margin: 0;
}
.past-request__pronouns {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
  margin: 0.1rem 0;
}
.past-request__detail {
  color: hsl(0, 0%, 20%);
  display: flex;
  gap: 0.3rem;
  align-items: center;
  margin: 0.7rem 0;
}
.past-request__detail i {
  font-size: 16px;
}
.past-request__link {
  font-size: 14px;
  text-decoration: underline;
}

.sent {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .sent {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.sent h2 {
  color: hsl(0, 0%, 65%);
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.sent h2:first-child {
  margin-top: 0;
}
.sent__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .sent__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .sent__wrap {
    display: flex;
  }
}
.sent__booking {
  width: 100%;
  min-width: 60%;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sent__booking {
    padding: 2rem;
    border-right: solid 1px hsl(0, 0%, 87%);
  }
}
.sent__details-list li {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.sent__details-list li i {
  font-size: 16px;
  width: 16px;
}
.sent__host span {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin: 0.5rem 0 1rem;
}
.sent__accommodation {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .sent__accommodation {
    font-size: 1rem;
  }
}
.sent__accommodation {
  margin: 1rem 0;
}
.sent__accommodation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sent__accommodation li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sent__accommodation li img {
  height: 16px;
  width: 16px;
}
.sent__link {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .sent__link {
    font-size: 1rem;
  }
}
.sent__link {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
}
.sent__link--primary {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.sent__link--primary:hover {
  opacity: 0.9;
  cursor: pointer;
}
.sent__link--primary {
  color: hsl(0, 0%, 100%);
  margin: 2rem 0 1rem;
}
.sent__link--secondary {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.sent__link--secondary:hover {
  color: #fc8950;
  cursor: pointer;
}
.sent__link--secondary {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sent__message {
  flex-grow: 1;
  border-top: solid 1px hsl(0, 0%, 87%);
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .sent__message {
    border-top: 0;
    padding: 2rem;
    min-width: 40%;
  }
}

.signin {
  background-color: hsl(28, 100%, 97%);
}
.signin__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .signin__title {
    font-size: 2rem;
  }
}
.signin__title {
  margin: 2rem auto;
  text-align: center;
}
.signin__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .signin__subtitle {
    font-size: 1.1rem;
  }
}
.signin__subtitle {
  text-align: center;
  color: #fb5705;
  margin-top: 0;
  margin-bottom: 5rem;
}
.signin__wrap {
  display: flex;
  width: 320px;
  justify-content: center;
  flex-direction: column;
  margin: 2rem auto;
}
.signin__form {
  margin: 0 auto;
  width: 100%;
}
.signin__form input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .signin__form input {
    font-size: 1rem;
  }
}
.signin__form input {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
}
.signin .email {
  display: flex;
  flex-direction: column;
}
.signin__button input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.signin__button input:hover {
  opacity: 0.9;
  cursor: pointer;
}
.signin__button {
  margin: 1rem auto;
  width: 100%;
}
.signin__footer {
  display: flex;
  justify-content: center;
}
.signin__links {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 2rem auto;
}

.signup {
  background-color: hsl(28, 100%, 97%);
}
.signup__wrap {
  width: 320px;
  margin: 6rem auto;
}
.signup__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .signup__subtitle {
    font-size: 1.1rem;
  }
}
.signup__subtitle {
  margin: 0 auto 2rem;
  text-align: center;
  color: #fb5705;
}
.signup__form {
  width: 100%;
  margin: 0 auto;
}
.signup__form input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .signup__form input {
    font-size: 1rem;
  }
}
.signup__form input {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
}
.signup__input {
  margin-bottom: 1rem;
}
.signup__input-date {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .signup__input-date {
    font-size: 1rem;
  }
}
.signup__input-date {
  border: 0;
  border-radius: 8px;
  background-color: hsl(0, 0%, 100%);
  padding: 0.7rem;
  margin: 0.5rem 0;
  width: 32.6666666667%;
}
.signup__button input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.signup__button input:hover {
  opacity: 0.9;
  cursor: pointer;
}
.signup__button {
  margin: 1rem auto;
}
.signup__footer {
  display: flex;
  justify-content: center;
}
.signup__terms {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  width: 200px;
  text-align: center;
  margin: 2rem auto;
  color: hsl(0, 0%, 44%);
}
.signup .user_first_name,
.signup .user_last_name,
.signup .user_email {
  display: flex;
  flex-direction: column;
}

.success {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .success {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
@media (min-width: 768px) {
  .success {
    margin-bottom: 4rem;
  }
}
.success__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .success__title {
    font-size: 1.6rem;
  }
}
.success__subtitle {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .success__subtitle {
    font-size: 1.2rem;
  }
}
.success__subtitle {
  margin-bottom: 1rem;
}
.success__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .success__wrap {
    flex-direction: row;
    gap: 5rem;
  }
}
.success__info p {
  margin: 1rem 0;
}
.success__list {
  margin: 0 1rem;
}
.success__list li {
  margin: 1rem;
}
.success__image {
  height: 100%;
  width: 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: rotate(-5deg);
}
@media (min-width: 768px) {
  .success__image {
    width: 250px;
  }
}
.success__link {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .success__link {
    font-size: 1rem;
  }
}
.success__link {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.success__link:hover {
  opacity: 0.9;
  cursor: pointer;
}
.success__link {
  color: hsl(0, 0%, 100%);
  margin: 2rem auto 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .success__link {
    margin: 2rem 0 1rem;
  }
}

.user {
  background-color: #fdbc9b;
}
.user:first-child {
  margin-top: 2rem;
}
.user h1 {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.user label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 1rem 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
}
.user__header-link {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.user__header-link:hover {
  color: #fc8950;
  cursor: pointer;
}
.user__header-link {
  display: block;
  text-align: center;
}
.user__form {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .user__wrap {
    display: flex;
    gap: 4rem;
  }
}
.user__wrap--card {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background-color: #fed9c7;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.user__info {
  width: 100%;
}
.user__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
}
.user__image > label {
  margin: 1rem auto;
}
.user__image-preview {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user__image-icon {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #cfa9da;
  -o-object-fit: cover;
     object-fit: cover;
  font-size: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.user__image-upload {
  display: flex;
  gap: 0.3rem;
  margin: 1rem auto 0;
}
.user__image-upload i {
  font-size: 24px;
}
.user__image-upload label {
  display: inline;
}
.user__image-upload:hover {
  opacity: 0.7;
}
.user__info {
  display: flex;
  flex-direction: column;
}
.user__birthdate {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.user__birthdate select {
  background-color: hsl(0, 0%, 100%);
  flex-grow: 1;
}
.user__pronouns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-left: 0;
  flex-wrap: wrap;
}
.user__pronouns select,
.user__pronouns input[type=text] {
  background-color: hsl(0, 0%, 100%);
  width: auto;
  min-width: 160px;
  max-width: 260px;
}
.user__pronouns-options {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.user__address {
  margin-top: 1rem;
}
.user__address-street {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.user__address-street .user_address {
  width: 100%;
}
.user__address-street .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  min-width: 0;
  height: 40px;
}
@media (min-width: 480px) {
  .user__address-street .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .user__address-street .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
    height: 46px;
  }
}
.user__address-street .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--input {
  height: auto;
  padding: 6px 10px;
}
.user__address-wrap {
  display: flex;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .user__address-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .user__address-wrap--city {
    -moz-column-gap: 3.3rem;
         column-gap: 3.3rem;
  }
}
@media (min-width: 768px) {
  .user__address-city {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
  }
}
.user__address-city > div {
  flex-grow: 1;
}
.user__address-city input {
  width: 100%;
}
.user__address-country {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.user__address-country .input,
.user__address-country .input select {
  width: 100%;
}
.user__address-country .input select {
  background-color: hsl(0, 0%, 100%);
}
@media (min-width: 1024px) {
  .user__address-country .input select {
    height: 46px;
  }
}
.user__characteristics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  margin: 1rem 0;
}
.user__characteristics span label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.5rem 0;
}
.user__characteristics span label label {
  flex-shrink: 0;
  margin: 0;
}
.user__travelling {
  margin: 1rem 0 0.5rem;
}
@media (min-width: 768px) {
  .user__offers {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.user__offer {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
}
.user__offer label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0.5rem 0;
}
.user__offer i {
  font-size: 24px;
}
.user__couch-capacity select {
  background-color: hsl(0, 0%, 100%);
  margin: 1rem 0.3rem;
}
.user__couch-capacity {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.user__couch-facilities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.user__couch-facilities span label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.5rem 0;
}
.user__couch-facilities span label label {
  flex-shrink: 0;
  margin: 0;
}
.user__password-change {
  color: #fb5705;
}
.user__hint {
  font-size: 0.75rem;
}
.user__submit input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.user__submit input:hover {
  opacity: 0.9;
  cursor: pointer;
}
.user__submit input {
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .user__submit input {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.user__cancel {
  width: 80%;
  max-width: 1140px;
  width: 80%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
}
.user__cancel-link {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .user__cancel-link {
    font-size: 1rem;
  }
}
.user__cancel-link {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.user__cancel-link:hover {
  color: #fc8950;
  cursor: pointer;
}
.user__cancel-link {
  background-color: transparent;
}
.user__password {
  display: flex;
  flex-direction: column;
}
.user__footer {
  display: flex;
  justify-content: center;
}
.user .user__profile__image {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mapboxgl-ctrl-geocoder {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .mapboxgl-ctrl-geocoder {
    font-size: 1rem;
  }
}
.mapboxgl-ctrl-geocoder {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  box-shadow: 0 0 0 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.mapboxgl-ctrl-geocoder--icon {
  display: block;
  margin-left: 1rem;
  position: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mapboxgl-ctrl-geocoder--icon-search {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

#user__characteristics-title {
  margin-bottom: 0.3rem;
}

.pronouns-other-input {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.2s ease;
  margin: 0;
}

#pronouns-group:has(#pronouns_other:checked) .pronouns-other-input {
  opacity: 1;
  pointer-events: auto;
}

.announcement {
  background-color: #631d76;
  text-align: center;
}
.announcement a {
  color: white;
  text-decoration: underline;
}
.announcement p {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  font-size: 0.8rem;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 1024px) {
  .announcement p {
    font-size: 0.8rem;
  }
}

.badge {
  position: relative;
  display: inline-block;
}
.badge--positioned {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 10%;
  left: 85%;
}
.badge__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.7rem;
  background-color: #f3eaf6;
  color: hsl(0, 0%, 20%);
  text-align: center;
  border-radius: 8px;
  padding: 0.3rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #f3eaf6 transparent transparent transparent;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext,
.tooltip:focus-within .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.chat-icon__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 160ms ease-in-out;
}
.chat-icon__wrap form {
  display: flex;
}
.chat-icon__wrap button {
  background-color: transparent;
  border: 0 transparent;
}
.chat-icon__wrap button:hover {
  transform: scale(1.04);
}
.chat-icon__wrap i {
  font-size: 32px;
}
.chat-icon {
  font-size: 3rem;
  margin-top: 0.7rem;
}

.collapsible {
  background-color: #f3eaf6;
  padding: 1rem 0 1rem 2rem;
  overflow-y: scroll;
  position: relative;
  z-index: 3;
}
.collapsible li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.collapsible li img {
  width: 16px;
  height: 16px;
}
.collapsible li i {
  font-size: 16px;
}
.collapsible a,
.collapsible button {
  color: hsl(0, 0%, 44%);
}
.collapsible a:hover,
.collapsible button:hover {
  opacity: 0.8;
}
.collapsible__title {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .collapsible__title {
    font-size: 1.1rem;
  }
}
.collapsible__title {
  color: #fb5705;
  margin-bottom: 0.2rem;
}
.collapsible__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: hsl(0, 0%, 44%);
}
.collapsible__code {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #ab69be;
  font-size: 1rem;
  margin-top: 0.2rem;
}
.collapsible__logout {
  background-color: transparent;
  border: 0;
}
.collapsible__chat .chats__notifications {
  position: inherit !important;
}

.form-error {
  color: hsl(0, 82%, 49%);
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  font-size: 0.75rem;
  margin-left: 0.5rem;
  text-align: start;
  text-wrap: initial;
}
.form-error-photo {
  margin: 0.2rem auto 0;
}
.form-error-characteristics {
  margin-top: 0.5rem;
}
.form-error-rating {
  margin: 0.7rem 0 0;
}
.form-error-booking {
  margin-bottom: 0.5rem;
}

.form-error + .form-error {
  margin-top: 0.5rem;
}

.form-error::before {
  content: "\f129";
  font-family: QuouchIcons !important;
}

.features {
  font-size: 0.75rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.features li {
  height: -moz-fit-content;
  height: fit-content;
  color: #fc8950;
  background-color: #ffeee5;
  padding: 0.1rem 0.8rem;
  border-radius: 24px;
}

.flash-container {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.flash-container .flash {
  position: relative !important;
}

.flash {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
  padding: 0.7rem 1rem;
  background-color: #f3eaf6;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: opacity 1s ease-in-out;
}
.flash__button {
  width: 16px;
  height: 16px;
  font-size: 12px;
  background-color: transparent;
  border: 0;
  margin-left: 0.2rem;
}

.flash-success {
  background-color: #d1e7dd;
  color: #0a3622;
  border-color: #a3cfbb;
}
.flash-success i {
  color: #0a3622;
}

.flash-info {
  background-color: #cff4fc;
  color: #055160;
  border-color: #9ec5fe;
}
.flash-info i {
  color: #055160;
}

.flash-warning {
  background-color: #fff3cd;
  color: #664d03;
  border-color: #ffe69c;
}
.flash-warning i {
  color: #664d03;
}

.flash-error {
  background-color: #f8d7da;
  color: #58151c;
  border-color: #f1aeb5;
}
.flash-error i {
  color: #58151c;
}

.footer {
  background-color: #ffeee5;
  padding: 2rem 0;
  flex-grow: 1;
}
.footer__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__wrap {
    text-align: start;
  }
}
.footer__top h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin-top: 3rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 768px) {
  .footer__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer__top {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__links {
    text-align: start;
    margin: 0;
  }
}
.footer__links a {
  color: hsl(0, 0%, 44%);
}
.footer__links a:hover {
  opacity: 0.8;
}
.footer__links-social {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.footer__links-social a {
  color: hsl(0, 0%, 44%);
}
.footer__links-social a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .footer__links-social {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__newsletter--mobile {
    display: none;
  }
}
.footer__newsletter--mobile h3 {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  margin-top: 3rem;
  color: hsl(0, 0%, 44%);
}
.footer__newsletter--mobile input {
  width: 100%;
}
@media (max-width: 768px) {
  .footer__newsletter--desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer__newsletter--desktop {
    grid-column: 1/span 2;
  }
  .footer__newsletter--desktop input {
    width: 100%;
  }
}
.footer__newsletter p {
  color: hsl(0, 0%, 44%);
  margin: 1rem auto;
}
.footer__newsletter button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .footer__newsletter button {
    font-size: 1rem;
  }
}
.footer__newsletter button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.footer__newsletter button:hover {
  opacity: 0.9;
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer__newsletter button {
    margin: 0 auto;
    width: 100%;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid hsl(0, 0%, 20%);
  margin-top: 6rem;
  padding-top: 2rem;
}
.footer__logo img {
  height: 24px;
  width: 24px;
  margin-right: 1rem;
  flex-grow: 0;
}
.footer__logo span {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  flex-grow: 0;
}
.footer .footer__social .footer__badges {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 768px) {
  .footer .footer__social .footer__badges {
    align-items: flex-start;
  }
}
.footer .footer__social .footer__badges a {
  display: inline-block;
}
.footer .footer__social .footer__badges img {
  height: 44px;
  width: auto;
}

form .checkbox-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  flex-shrink: 0;
}
form .checkbox-field label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
form .checkbox-field i {
  font-size: 18px;
}
form .hint, form .form-hint, form .form-hint-profile-incomplete {
  width: 100%;
}

.form-hint-profile-incomplete {
  color: #fb5705;
  display: block;
}

.form-hint {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
}

.header {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #ffeee5;
}
.header-wrap {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 2;
}
.header__logo a {
  font-family: "Outfit", "sans-serif";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fb5705;
}
.header .user__profile__image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.header__collapsible {
  position: absolute;
  height: 95vh;
  width: 100%;
  right: 0;
  top: 72px;
  padding: 1rem 0 4rem 2rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__collapsible {
    width: 360px;
  }
}
.header__note {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 768px) {
  .header__note {
    margin-right: 0.6em;
  }
}
.header li i {
  width: 16px;
}

.header .chats__notifications {
  position: absolute;
  top: 44px;
  right: 14px;
}

.running-header {
  overflow: hidden;
  padding: 0.3rem;
  background-color: #631d76;
  white-space: nowrap;
  text-align: center;
}
.running-header a {
  display: inline;
  color: #ebff0f;
  text-transform: uppercase;
  font-weight: 700;
}

.running-text {
  display: inline-block;
}

@keyframes carousel {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.incomplete-profile {
  background-color: #ab69be;
  text-align: center;
}
.incomplete-profile a {
  color: white;
  text-decoration: underline;
}
.incomplete-profile p {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  font-size: 0.8rem;
  color: hsl(0, 0%, 100%);
}
@media (max-width: 1024px) {
  .incomplete-profile p {
    font-size: 0.8rem;
  }
}

.profile-completeness-bar {
  margin: 0 auto 1em auto;
  max-width: 350px;
}
.profile-completeness-bar .profile-completeness-track {
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
  height: 8px;
  min-width: 80px;
  margin-right: 10px;
  flex: 1;
}
.profile-completeness-bar .profile-completeness-fill {
  background: var(--primary-color, #fb5705);
  height: 100%;
  border-radius: 8px;
  transition: width 0.3s;
}
.profile-completeness-bar .profile-completeness-label {
  font-weight: 500;
  font-size: 0.95em;
  margin-left: 0.5em;
}

.mapboxgl-marker.fuzzy-marker i {
  background-color: white;
  border-radius: 100%;
}
.mapboxgl-marker .marker-pin {
  font-size: 30px;
}
.mapboxgl-marker .marker-dot {
  font-size: 24px;
}

.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup__user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mapboxgl-popup .user__profile__image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.mapboxgl-popup__link:focus-visible, .mapboxgl-popup-close-button:focus-visible {
  outline: none;
}
.mapboxgl-popup__pronouns {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.mapboxgl-popup__reviews {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
.mapboxgl-popup-content {
  text-align: left;
  background-color: #f3eaf6;
  padding: 10px 18px 10px 10px;
}
.mapboxgl-popup-close-button {
  padding: 0 6px;
}

.mapboxgl-popup-anchor-right > .mapboxgl-popup-tip {
  border-left-color: #f3eaf6 !important;
}

.mapboxgl-popup-anchor-left > .mapboxgl-popup-tip {
  border-right-color: #f3eaf6 !important;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #f3eaf6 !important;
}

.mapboxgl-popup-anchor-bottom > .mapboxgl-popup-tip {
  border-top-color: #f3eaf6 !important;
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right,
.mapboxgl-ctrl-top-left,
.mapboxgl-ctrl-top-right {
  z-index: 0 !important;
}

.message {
  display: flex;
  gap: 0.7rem;
}
.message img {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0;
  flex-shrink: 0;
}
.message-details {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.message-details i {
  display: block;
  margin-top: 0.2rem;
}
@media (min-width: 480px) {
  .message-details i {
    display: inline;
  }
}
.message-details a {
  color: inherit;
}
.message-details a:hover {
  text-decoration: underline;
}

.swal-modal {
  background-color: #f3eaf6;
}

.swal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swal-button-container {
  flex-grow: 1;
}

.swal-button--cancel {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .swal-button--cancel {
    font-size: 1rem;
  }
}
.swal-button--cancel {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.swal-button--cancel:hover {
  opacity: 0.9;
  cursor: pointer;
}

.swal-button--confirm {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .swal-button--confirm {
    font-size: 1rem;
  }
}
.swal-button--confirm {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: 1px solid #fb5705;
  color: #fb5705;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.swal-button--confirm:hover {
  color: #fc8950;
  border: 1px solid #fc8950;
  cursor: pointer;
}

.swal-button--confirm:not([disabled]):hover {
  opacity: 0.9 !important;
  background-color: transparent;
}

.swal-button--cancel:not([disabled]):hover {
  opacity: 0.9 !important;
  background-color: #fb5705;
}

.swal-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.navigation {
  flex-grow: 2;
}
.navigation__list {
  display: flex;
  justify-content: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .navigation__list {
    display: none;
  }
}
.navigation__list a:hover {
  color: #fc8950;
}
.navigation__link {
  font-family: "Outfit", "sans-serif";
  font-weight: 300;
  text-transform: uppercase;
}
.navigation__link a {
  color: #fb5705;
}
@media (max-width: 1024px) {
  .navigation__link--donation {
    display: none;
  }
}

.offers {
  display: flex;
  align-items: center;
  gap: 1rem;
  grid-row: 3;
  margin: 1rem auto;
}
.offers-item {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  color: #fb5705;
  flex-shrink: 0;
}
.offers-item i {
  font-size: 24px;
}

.review {
  margin: 1rem 0;
  min-width: 300px;
  width: 50%;
  background-color: #f3eaf6;
  border-radius: 12px;
}
.review--card {
  padding: 1rem;
}
.review--preview {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
}
.review__rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.review__rating p {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .review__rating p {
    font-size: 1rem;
  }
}
.review__rating p {
  line-height: 1rem;
}
.review__rating i {
  font-size: 24px;
}
.review__stars {
  display: flex;
}
.review__stars i {
  font-size: 16px;
}
.review__details p {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .review__details p {
    font-size: 1rem;
  }
}
.review__details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}
.review__type p {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.review__type {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.5rem 0;
  font-size: 16px;
}
.review .user__profile__image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review__content {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .review__content {
    font-size: 1rem;
  }
}
.review__content {
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.reviews {
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  overflow-x: scroll;
  padding: 0 0.5rem;
  scroll-snap-type: proximity;
  scrollbar-color: #fdbc9b #fdbc9b;
  scrollbar-width: thin;
}
@media (min-width: 1024px) {
  .reviews {
    width: 600px;
  }
}

.review-form {
  width: 100%;
}
.review-form form {
  display: flex;
  flex-direction: column;
}
.review-form__action div {
  display: flex;
  flex-direction: column;
}
.review-form__action label {
  font-family: "Mulish", "sans-serif";
  font-weight: 500;
  font-size: 0.875rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .review-form__action label {
    font-size: 1rem;
  }
}
.review-form__action label {
  margin: 1rem 0 0.7rem;
  display: inline-block;
}
.review-form__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .review-form__button {
    font-size: 1rem;
  }
}
.review-form__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.review-form__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.review-form__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.search {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  margin: 2rem auto 1rem;
}
.search input:first-child {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .search input:first-child {
    font-size: 1rem;
  }
}
.search input:first-child {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  margin: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 43px;
}
.search__wrap {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  align-items: center;
  gap: 1rem 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .search__wrap {
    justify-content: center;
    gap: 1rem;
  }
}
.search__autocomplete {
  position: relative;
}
.search__autocomplete-list {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0.75rem;
}
@media (min-width: 480px) {
  .search__autocomplete-list {
    font-size: 1rem;
  }
}
.search__autocomplete-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid hsl(0, 0%, 87%);
}
.search__autocomplete-list-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.search__autocomplete-list-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.search__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .search__button {
    font-size: 1rem;
  }
}
.search__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.search__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.search__button {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.search__clear {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .search__clear {
    font-size: 1rem;
  }
}
.search__clear {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fb5705;
  text-decoration: underline;
  text-transform: uppercase;
}
.search__clear:hover {
  color: #fc8950;
  cursor: pointer;
}
.search__clear {
  grid-column: 1;
  grid-row: 2;
  width: -moz-fit-content;
  width: fit-content;
  background: inherit;
  margin: 0 0 0 0.5rem;
  font-size: 0.7rem;
  padding: 0;
}
@media (min-width: 480px) {
  .search__clear {
    font-size: 0.8rem;
  }
}
.search__hide-filters {
  color: #cfa9da;
}
.search__hide-filters--active {
  color: #8728a1;
}
.search__characteristics, .search__offers {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .search__characteristics, .search__offers {
    width: 80%;
  }
}
.search__offers {
  margin-bottom: 0.5rem;
}
.search__checkbox {
  position: absolute;
  transform: scale(0);
}
.search__checkbox + label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  display: inline-block;
  color: #ab69be;
  background-color: #f3eaf6;
  padding: 0.4rem 0.8rem;
  margin: 0.2rem;
  border-radius: 24px;
  border: 1px solid #ab69be;
}
@media (max-width: 480px) {
  .search__checkbox + label {
    font-size: 0.6rem;
  }
}
.search__checkbox:checked + label {
  color: white;
  background-color: #ab69be;
  font-weight: 500;
}
.search__checkbox.offer__checkbox + label {
  color: #fc8950;
  background-color: #ffeee5;
  border: 1px solid #fc8950;
}
.search__checkbox.offer__checkbox:checked + label {
  background-color: #fc8950;
  color: white;
}

/* Existing Switch Button CSS */
.switch-button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  background-color: #fdbc9b;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  text-align: center;
  color: hsl(0, 0%, 100%);
  position: relative;
  margin: 2rem auto;
  box-shadow: rgba(100, 100, 100, 0.1) 0px 2px 8px 0px;
}
.switch-button-radio {
  display: none;
}
.switch-button-radio:checked + .switch-button-label {
  background: #fc8950;
  color: hsl(0, 0%, 100%);
}
.switch-button .switch-button-label {
  flex: 1;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.switch-button .switch-button-label .switch-button-label-span {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 300ms;
}
@media (min-width: 768px) {
  .switch-button .switch-button-label .switch-button-label-span {
    white-space: nowrap;
  }
}
.switch-button .switch-button-label:hover {
  background: #fc8950;
}
@media (min-width: 768px) {
  .switch-button {
    width: 400px;
    max-width: none;
  }
}

.about {
  margin: 0;
}
.about__header {
  color: hsl(0, 0%, 100%);
  background-color: #fdbc9b;
  margin: 0;
  padding: 2rem;
}
.about__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 2rem auto;
}
.about__team {
  margin-top: 4rem;
}
.about__member {
  border-top: 1px solid #fdbc9b;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .about__member {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}
.about__member img {
  width: 100%;
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {
  .about__member img {
    min-height: 500px;
    min-width: 400px;
  }
}
.about p {
  margin: 1rem auto;
}
.about ol {
  list-style: none;
}

.contact__contact {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .contact__contact {
    flex-direction: row;
    gap: 1rem;
  }
}
.contact__input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact__input label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .contact__input label {
    font-size: 1rem;
  }
}
.contact__input label {
  margin-top: 0.5rem;
}
.contact__input textarea {
  width: 100%;
  margin-bottom: 0;
}
.contact__action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .contact__action {
    flex-direction: row;
    gap: 5rem;
    margin-top: 1rem;
  }
}
.contact__legal {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .contact__legal {
    font-size: 1rem;
  }
}
.contact__legal {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact__legal {
    width: 40%;
    margin-bottom: 0;
  }
}

.cookies .general__numbered-list li {
  font-size: smaller;
}

.health__header .header__logo {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .health .intro-page__wrap {
    width: 50%;
    max-width: 50%;
  }
}
.health__card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin: 2rem 0;
}
.health__status {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.health__status-label {
  color: #fb5705;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.health__status-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.health__status-badge--ok {
  background-color: #d4edda;
  color: #155724;
}
.health__status-badge--degraded {
  background-color: #fff3cd;
  color: #856404;
}
.health__status-badge--error {
  background-color: #f8d7da;
  color: #721c24;
}
.health__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 480px) {
  .health__info {
    grid-template-columns: 1fr;
  }
}
.health__info-item {
  color: hsl(0, 0%, 20%);
  font-size: 0.9rem;
}
.health__info-item strong {
  color: #fb5705;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.health__checks {
  margin-bottom: 2rem;
}
.health__check-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid hsl(0, 0%, 87%);
  margin-bottom: 0.5rem;
}
.health__check-item:last-child {
  border-bottom: none;
}
@media (max-width: 480px) {
  .health__check-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.health__check-name {
  font-weight: 500;
  color: hsl(0, 0%, 20%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.health__check-time {
  font-size: 0.8rem;
  color: hsl(0, 0%, 44%);
  font-weight: 400;
}
.health__check-status {
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.health__check-status--ok {
  background-color: #d4edda;
  color: #155724;
}
.health__check-status--error {
  background-color: #f8d7da;
  color: #721c24;
}
.health__check-status--maintenance {
  background-color: #fff3cd;
  color: #856404;
}
.health__check-status--not_configured {
  background-color: #e2e3e5;
  color: #6c757d;
}
.health__check-status--disabled {
  background-color: #f8d7da;
  color: #721c24;
}
.health__check-error {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 0.5rem;
  width: 100%;
}
.health__actions {
  text-align: center;
  margin: 2rem 0;
}
.health__refresh-btn {
  background-color: #fb5705;
  color: hsl(0, 0%, 100%);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}
.health__refresh-btn:hover {
  background-color: rgb(201.7716535433, 69.4094488189, 3.2283464567);
}

.home__wrap {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .home__wrap {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.home__wrap {
  width: 90%;
  max-width: 1140px;
}
@media (min-width: 1024px) {
  .home__wrap {
    width: 80%;
  }
}
.home__banner {
  background-image: url("https://assets.quouch-app.com/images/landing-mobile.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .home__banner {
    background-image: url("https://assets.quouch-app.com/images/landing-desktop-cropped.webp");
    background-position: 0% 40%;
  }
}
.home__banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin: 2rem;
}
@media (min-width: 768px) {
  .home__banner-wrap {
    margin: 4rem auto;
  }
}
@media (min-width: 768px) {
  .home__banner-wrap {
    padding: 4rem auto 2rem;
  }
}
.home__banner-wrap h1 {
  font-size: 3rem;
  margin: 0;
  color: hsl(0, 0%, 100%);
}
.home__banner-wrap h1 span {
  display: block;
}
@media (min-width: 1024px) {
  .home__banner-wrap h1:nth-of-type(1) {
    color: #fb5705;
    display: block !important;
  }
  .home__banner-wrap h1:nth-of-type(2) {
    display: none !important;
  }
}
.home__banner-subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .home__banner-subtitle {
    font-size: 1.1rem;
  }
}
.home__banner-subtitle {
  color: #fb5705;
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .home__banner-subtitle {
    font-size: 2rem;
  }
}
.home__banner-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .home__banner-button {
    width: 400px;
  }
}
.home__banner-button a {
  width: 100%;
}
.home__banner-primary {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .home__banner-primary {
    font-size: 1rem;
  }
}
.home__banner-primary {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.home__banner-primary:hover {
  opacity: 0.9;
  cursor: pointer;
}
.home__banner-primary {
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media (min-width: 768px) {
  .home__banner-primary {
    margin: 1rem 0;
  }
}
.home__banner-secondary {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .home__banner-secondary {
    font-size: 1rem;
  }
}
.home__banner-secondary {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.home__banner-secondary:hover {
  opacity: 0.9;
  cursor: pointer;
}
.home__banner-secondary {
  background-color: #8728a1;
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media (min-width: 768px) {
  .home__banner-secondary {
    margin: 1rem 0;
  }
}
@media (max-width: 768px) {
  .home__map {
    display: none !important;
  }
}
.home__map {
  text-align: center;
  margin-bottom: 1rem;
}
.home__map h2 {
  margin-bottom: 1rem;
}
.home__map img {
  margin: 0 auto;
  border-radius: 12px;
}
.home__map-wrap {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .home__map-wrap {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.home__map-wrap {
  margin: 4rem auto;
}
.home__map-wrap p {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.home__list {
  margin-top: 4rem;
}
.home__list-wrap {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .home__list-wrap {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.home__list-wrap {
  margin: 4rem auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .home__list-wrap {
    display: none !important;
  }
}
.home__list-item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
  margin-bottom: 2rem;
}
.home__list-item p:first-child {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .home__list-item p:first-child {
    font-size: 2rem;
  }
}
.home__list-item p:first-child {
  color: #fb5705;
  margin: 0;
}
.home__list-item p:nth-child(2) {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #fb5705;
  font-weight: 300;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.home__list-item i {
  font-size: 100px;
  display: flex;
  justify-content: center;
}
.home__slider {
  text-align: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.home__slider-list {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 1rem;
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: -1rem;
  padding: 1rem 1rem 2rem;
}
@media (min-width: 768px) {
  .home__slider-list {
    justify-content: center;
  }
}
.home__slider div {
  padding: 1rem;
}
.home__card {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: auto;
  border-radius: 12px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2rem;
  margin-bottom: 1rem;
  color: hsl(0, 0%, 20%);
}
@media (min-width: 1024px) {
  .home__card {
    max-width: 400px;
  }
}
.home__card img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  align-self: center;
  border-radius: 100%;
  margin-bottom: 1rem;
}
.home__card blockquote:before {
  content: open-quote;
}
.home__card blockquote:after {
  content: close-quote;
}
.home__card blockquote {
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .home__card {
    margin-bottom: 0;
  }
}
.home__card p {
  margin-top: auto;
}
.home__voices {
  background: #ffeee5;
  padding: 2rem 1rem;
}
.home__voices h2 {
  margin-bottom: 2rem;
}
.home__voices-wrap {
  margin: 2rem auto 4rem;
}
.home__filters {
  text-align: center;
  margin-bottom: 1rem;
}
.home__filters h2 {
  margin-bottom: 2rem;
}
.home__filters img {
  margin: 0 auto;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .home__filters img:nth-of-type(1) {
    display: none !important;
  }
  .home__filters img:nth-of-type(2) {
    display: block !important;
  }
}
.home__filters-wrap {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .home__filters-wrap {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.home__filters-wrap {
  margin: 4rem auto;
}
.home__filters-wrap p {
  font-weight: 700;
  font-size: 1.2rem;
}
.home__filters-wrap p:not(:last-child) {
  margin-top: 2rem;
}
.home__filters-wrap a {
  text-decoration: underline;
}
.home__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .home__subtitle {
    font-size: 1.6rem;
  }
}
.home__subtitle {
  text-align: center;
}
.home__subtitle span {
  font-family: "Outfit", "sans-serif";
  font-size: 1.19rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 1rem auto;
  color: #fb5705;
  text-align: center;
  margin: 4rem auto;
}
.home__subtitle--secondary {
  color: #8728a1;
  margin-bottom: 3rem;
}
.home__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .home__button {
    font-size: 1rem;
  }
}
.home__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: 1px solid #fb5705;
  color: #fb5705;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.home__button:hover {
  color: #fc8950;
  border: 1px solid #fc8950;
  cursor: pointer;
}
.home__button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.home__humor {
  background: #ffeee5;
  text-align: center;
}
.home__humor h2 {
  margin-bottom: 2rem;
}
.home__humor p {
  font-weight: 700;
  font-size: 1.2rem;
}
.home__humor-content {
  margin-top: 2rem;
}
.home__humor a {
  text-decoration: underline;
}
.home__humor-wrap {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .home__humor-wrap {
    width: 60%;
    max-width: 60%;
    margin: 4rem auto;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .home__humor-wrap {
    padding: 4rem 0;
    max-width: 1140px;
  }
}
.home__humor-wrap i {
  font-size: 100px;
}
.home__logos {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .home__logos {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .home__logos {
    margin: 4rem auto;
    width: 60%;
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .home__logos {
    margin: 4rem auto;
  }
}
.home__logos h2 {
  margin-bottom: 2rem;
}
.home__logos-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 480px) {
  .home__logos-wrap {
    flex-flow: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.home__logos-wrap img {
  height: auto;
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .home__logos-wrap img {
    height: auto;
    width: 160px;
  }
}

.general {
  margin: 0;
}
.general__header {
  color: hsl(0, 0%, 100%);
  background-color: #fdbc9b;
  margin: 0;
  padding: 2rem;
}
.general__wrap {
  width: 80%;
  max-width: 1140px;
  margin: 2rem auto;
}
.general__subheader {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .general__subheader {
    font-size: 1.6rem;
  }
}
.general__supertitle {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.general__list {
  list-style: inside;
  margin-left: 2rem;
}
.general__numbered-list {
  margin: 0 0 2rem 2rem;
  list-style: decimal !important;
}
.general__title {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .general__title {
    font-size: 1.2rem;
  }
}
.general__title {
  margin: 2rem 0;
}
.general__important {
  color: #fb5705;
  font-size: 1.2rem;
}
.general p {
  margin: 1rem auto;
}
.general ol {
  list-style: none;
}
.general aside {
  font-style: italic;
}

.faq-link {
  text-decoration: underline;
}

#numbered {
  list-style: decimal;
}

.leaderboard {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .leaderboard {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
.leaderboard__title {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .leaderboard__title {
    font-size: 2rem;
  }
}
.leaderboard__title {
  color: #8728a1;
}
.leaderboard__wrap {
  max-width: 1140px;
  margin: 2rem auto;
  text-align: center;
}
.leaderboard__wrap span {
  font-weight: bold;
}
.leaderboard__wrap p {
  margin-bottom: 0.3rem;
}
@media (min-width: 1024px) {
  .leaderboard__wrap {
    width: 80%;
  }
}
.leaderboard__subtitle {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .leaderboard__subtitle {
    font-size: 1.2rem;
  }
}
.leaderboard__subtitle {
  color: #8728a1;
  margin: 2rem auto;
}
.leaderboard__content {
  margin: 0 auto;
  text-align: center;
}
.leaderboard__intro {
  max-width: 1000px;
  margin: 0 auto;
}
.leaderboard__intro p:first-of-type {
  margin-bottom: 0.5rem;
}
.leaderboard__table-wrap {
  width: 100%;
  overflow-x: auto;
}
.leaderboard__table {
  width: 60%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 18px;
  text-align: left;
}
.leaderboard__table th,
.leaderboard__table td {
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
.leaderboard__table th {
  background-color: #f4f4f4;
}
.leaderboard__table th:nth-child(even) {
  background-color: #f9f9f9;
}
.leaderboard__table tr:hover {
  background-color: #f1f1f1;
}
.leaderboard__table th:nth-child(2),
.leaderboard__table td:nth-child(2) {
  width: 40%; /* Adjust this percentage as needed */
}
.leaderboard__count {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  .leaderboard__count {
    font-size: 2rem;
  }
}
.leaderboard__count {
  color: #8728a1;
}

.new-sign-up__intro p {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .new-sign-up__intro p {
    font-size: 1.1rem;
  }
}
.new-sign-up__intro p {
  text-align: center;
  color: hsl(0, 0%, 20%);
}
.new-sign-up__buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .new-sign-up__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
.new-sign-up__option {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .new-sign-up__option {
    width: 48%;
  }
}
.new-sign-up__button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .new-sign-up__button {
    font-size: 1rem;
  }
}
.new-sign-up__button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.new-sign-up__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.new-sign-up__button {
  text-decoration: none;
  text-transform: none;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.new-sign-up__button--primary {
  background-color: #fb5705;
  color: hsl(0, 0%, 100%);
}
.new-sign-up__button--secondary {
  background-color: #8728a1;
  color: hsl(0, 0%, 100%);
}
.new-sign-up__button:hover {
  opacity: 0.9;
  cursor: pointer;
}
.new-sign-up__help-text {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.invite-options__grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .invite-options__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
.invite-options__option {
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 94%);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}
.invite-options__option:hover {
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (min-width: 768px) {
  .invite-options__option {
    padding: 3rem 2.5rem;
  }
}
.invite-options__option--primary:hover {
  border-color: #fdbc9b;
}
.invite-options__option--primary .invite-options__option-icon {
  background: linear-gradient(135deg, #fed9c7 0%, #fdb491 100%);
}
.invite-options__option--secondary:hover {
  border-color: #cfa9da;
}
.invite-options__option--secondary .invite-options__option-icon {
  background: linear-gradient(135deg, #eacef2 0%, #d8a1e7 100%);
}
.invite-options__option-icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
  color: hsl(0, 0%, 100%);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .invite-options__option-icon {
    width: 90px;
    height: 90px;
    font-size: 2.2rem;
  }
}
.invite-options__option:hover .invite-options__option-icon {
  transform: scale(1.1);
}
.invite-options__option-content h3 {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .invite-options__option-content h3 {
    font-size: 1.2rem;
  }
}
.invite-options__option-content h3 {
  color: hsl(0, 0%, 20%);
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .invite-options__option-content h3 {
    font-size: 1.6rem;
  }
}
.invite-options__option-content p {
  font-size: 1rem;
  color: hsl(0, 0%, 44%);
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .invite-options__option-content p {
    font-size: 1.1rem;
  }
}
.invite-options__cta-button {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .invite-options__cta-button {
    font-size: 1rem;
  }
}
.invite-options__cta-button {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  border: none;
  color: hsl(0, 0%, 100%);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: auto;
  margin: 0;
}
.invite-options__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .invite-options__cta-button {
    padding: 1.125rem 2.5rem;
    font-size: 1.1rem;
  }
}
.invite-options__cta-button i {
  transition: transform 0.3s ease;
}
.invite-options__cta-button:hover i {
  transform: translateX(4px);
}
.invite-options__cta-button--primary {
  background: linear-gradient(135deg, #fdb491 0%, #d8a1e7 100%);
}
.invite-options__cta-button--secondary {
  background: linear-gradient(135deg, #fa4d09 0%, #7c2497 100%);
}
.invite-options__info {
  background: hsl(28, 100%, 97%);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.invite-options__info h4 {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .invite-options__info h4 {
    font-size: 1.2rem;
  }
}
.invite-options__info h4 {
  color: hsl(0, 0%, 20%);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.invite-options__features {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .invite-options__features {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}
.invite-options__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: hsl(0, 0%, 44%);
  font-weight: 500;
}
.invite-options__feature i {
  color: #fb5705;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .invite-options__feature {
    font-size: 1rem;
  }
}

.intro-page {
  margin: 0;
  background-color: #ffeee5;
}
.intro-page__header {
  color: hsl(0, 0%, 100%);
  background-color: #fdbc9b;
  margin: 0;
  padding: 2rem;
}
.intro-page__wrap {
  width: 90%;
  max-width: 1140px;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .intro-page__wrap {
    width: 80%;
    max-width: 1140px;
    padding: 3rem 2rem;
  }
}
@media (min-width: 1024px) {
  .intro-page__wrap {
    width: 60%;
    max-width: 60%;
    margin: 4rem auto;
  }
}
.intro-page__wrap > p {
  font-family: "Outfit", "sans-serif";
  font-size: 1.44rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .intro-page__wrap > p {
    font-size: 1.1rem;
  }
}
.intro-page__wrap > p {
  margin-bottom: 2rem;
  text-align: center;
}
.intro-page__subtitle {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  .intro-page__subtitle {
    font-size: 1.6rem;
  }
}
.intro-page__subtitle {
  margin-bottom: 1rem;
  text-align: center;
}
.intro-page__action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .intro-page__action {
    flex-direction: row;
    gap: 5rem;
    margin-top: 1rem;
  }
}
.intro-page__button {
  width: 100%;
}
@media (min-width: 768px) {
  .intro-page__button {
    width: 60%;
  }
}
.intro-page__button input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.75rem;
  color: hsl(0, 0%, 44%);
}
@media (min-width: 1024px) {
  .intro-page__button input {
    font-size: 1rem;
  }
}
.intro-page__button input {
  border: 0;
  border-radius: 8px;
  padding: 0.7rem;
  margin: 0.5rem 0;
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fb5705;
  color: white;
  display: block;
  margin: auto;
  padding: 0.7rem 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.intro-page__button input:hover {
  opacity: 0.9;
  cursor: pointer;
}
.intro-page__button input {
  width: 100%;
}

body.admin {
  padding-top: 0;
}
body.admin .admin-layout {
  display: flex;
  min-height: 100vh;
}
body.admin .admin-layout .admin-sidebar {
  width: 250px;
  background-color: hsl(0, 0%, 100%);
  border-right: 1px solid #fdbc9b;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
}
body.admin .admin-layout .admin-sidebar .admin-sidebar__logo {
  padding: 20px;
  text-align: center;
}
body.admin .admin-layout .admin-sidebar .admin-sidebar__logo a {
  font-family: "Outfit", "sans-serif";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: #fb5705;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
body.admin .admin-layout .admin-sidebar .admin-sidebar__logo a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.admin .admin-layout .admin-sidebar .admin-nav {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
body.admin .admin-layout .admin-sidebar .admin-nav .admin-nav__item {
  margin: 0;
}
body.admin .admin-layout .admin-sidebar .admin-nav .admin-nav__item .admin-nav__link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
body.admin .admin-layout .admin-sidebar .admin-nav .admin-nav__item .admin-nav__link:hover {
  background-color: #ffeee5;
  color: #fb5705;
  text-decoration: none;
}
body.admin .admin-layout .admin-sidebar .admin-nav .admin-nav__item .admin-nav__link.admin-nav__link--active {
  background-color: #ffeee5;
  color: #fb5705;
  border-left-color: #fb5705;
}
body.admin .admin-layout .admin-sidebar .admin-nav .admin-nav__item .admin-nav__link i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
body.admin .admin-layout .content {
  flex: 1;
  overflow-y: auto;
}
body.admin .stats-page .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #fb5705;
}
body.admin .stats-page .header h1 {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .stats-page .header h1 {
    font-size: 1.6rem;
  }
}
body.admin .stats-page .header h1 {
  margin: 0;
  color: #fb5705;
}
body.admin .stats-page .header .refresh-btn {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #fb5705;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
}
body.admin .stats-page .header .refresh-btn:hover {
  background: #bf4305;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
}
body.admin .stats-page .header .refresh-btn i {
  font-size: 14px;
}
body.admin .stats-page .content {
  padding: 20px;
}
body.admin .stats-page .content .kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
body.admin .stats-page .content .kpi-grid .kpi-card {
  background: hsl(0, 0%, 100%);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid hsl(0, 0%, 87%);
}
body.admin .stats-page .content .kpi-grid .kpi-card .kpi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
body.admin .stats-page .content .kpi-grid .kpi-card .kpi-header .kpi-title {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
  font-size: 0.875rem;
  font-weight: 500;
}
body.admin .stats-page .content .kpi-grid .kpi-card .kpi-header i {
  color: #fb5705;
  font-size: 18px;
}
body.admin .stats-page .content .kpi-grid .kpi-card .kpi-value {
  font-family: "Outfit", "sans-serif";
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
  text-align: center;
  margin: 2rem 0;
}
@media (max-width: 1024px) {
  body.admin .stats-page .content .kpi-grid .kpi-card .kpi-value {
    font-size: 2rem;
  }
}
body.admin .stats-page .content .kpi-grid .kpi-card .kpi-value {
  color: #fb5705;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
body.admin .stats-page .content .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
body.admin .stats-page .content .stats-card {
  background: hsl(0, 0%, 100%);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid hsl(0, 0%, 87%);
  overflow: hidden;
}
body.admin .stats-page .content .stats-card .stats-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 16px;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}
body.admin .stats-page .content .stats-card .stats-card-header h3 {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .stats-page .content .stats-card .stats-card-header h3 {
    font-size: 1.2rem;
  }
}
body.admin .stats-page .content .stats-card .stats-card-header h3 {
  color: #fb5705;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
body.admin .stats-page .content .stats-card .stats-card-header .card-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
body.admin .stats-page .content .stats-card .stats-card-header .card-total .total-label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.admin .stats-page .content .stats-card .stats-card-header .card-total .total-value {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .stats-page .content .stats-card .stats-card-header .card-total .total-value {
    font-size: 1.2rem;
  }
}
body.admin .stats-page .content .stats-card .stats-card-header .card-total .total-value {
  color: #fb5705;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
body.admin .stats-page .content .stats-card .stats-card-header .table-controls .modal-btn {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: hsl(0, 0%, 100%);
  border: 1px solid #fdbc9b;
  border-radius: 4px;
  color: #fb5705;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
body.admin .stats-page .content .stats-card .stats-card-header .table-controls .modal-btn:hover {
  background: #ffeee5;
  border-color: #fb5705;
}
body.admin .stats-page .content .stats-card .stats-card-header .table-controls .modal-btn i {
  font-size: 10px;
}
body.admin .stats-page .content .stats-card .stats-card-controls {
  width: 100%;
  padding: 12px 20px;
  background: hsl(0, 0%, 94%);
  border-bottom: 1px solid hsl(0, 0%, 87%);
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 4px 6px;
  border: 1px solid hsl(0, 0%, 76%);
  border-radius: 4px;
  background: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 44%);
  font-size: 0.8rem;
  transition: all 0.2s ease;
  cursor: pointer;
  max-width: 33%;
  align-items: normal;
  flex-direction: column;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input:focus {
  outline: none;
  border-color: #fb5705;
  box-shadow: 0 0 0 2px rgba(251, 87, 5, 0.1);
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input:hover {
  border-color: hsl(0, 0%, 65%);
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input {
  /* Style for webkit browsers to make date input more compact */
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-year-field, body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-month-field, body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-day-field {
  padding: 0 1px;
  font-size: 0.75rem;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 2px;
  margin-right: 1px;
  opacity: 0.6;
  filter: invert(0.8);
  font-size: 0.7rem;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .date-sep {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 65%);
  font-size: 0.8rem;
  margin: 0 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 8px;
  background: #fb5705;
  color: hsl(0, 0%, 100%);
  border: none;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 32px;
  height: 32px;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn:hover {
  background: #bf4305;
  transform: translateY(-1px);
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn:active {
  transform: translateY(0);
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn:disabled, body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn[aria-disabled=true] {
  background: hsl(0, 0%, 76%);
  color: hsl(0, 0%, 65%);
  cursor: not-allowed;
  transform: none;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn:disabled:hover, body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn[aria-disabled=true]:hover {
  background: hsl(0, 0%, 76%);
  transform: none;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn i {
  font-size: 0.75rem;
}
body.admin .stats-page .content .stats-card .stats-card-controls .date-controls .apply-btn span {
  display: none;
}
body.admin .stats-page .content .stats-card .stats-card-content {
  padding: 20px;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 2px solid #fdbc9b;
  margin-bottom: 8px;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header .table-cell {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fb5705;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header .table-cell.sortable {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header .table-cell.sortable:hover {
  color: #bf4305;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header .table-cell.sortable.sorted-asc::after {
  content: "↑";
  font-size: 0.6rem;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-header .table-cell.sortable.sorted-desc::after {
  content: "↓";
  font-size: 0.6rem;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid hsl(0, 0%, 87%);
  transition: all 0.2s ease;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row:last-child {
  border-bottom: none;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row:hover {
  background: hsl(0, 0%, 94%);
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
  font-size: 0.75rem;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell .country-name,
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell .city-name {
  font-weight: 500;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell .count-value {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell .count-value {
    font-size: 1.2rem;
  }
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-body .table-row .table-cell .count-value {
  color: #fb5705;
  font-size: 1rem;
  font-weight: 600;
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-footer {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid hsl(0, 0%, 87%);
}
body.admin .stats-page .content .stats-card .stats-card-content .table-container .table-footer .pagination-info {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 65%);
  font-size: 0.7rem;
  text-align: center;
}
body.admin .stats-page .content .list-widget .list-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}
body.admin .stats-page .content .list-widget .list-item:last-child {
  border-bottom: none;
}
body.admin .stats-page .content .list-widget .list-item .item-icon {
  margin-right: 12px;
  color: #fb5705 !important;
  font-size: 16px;
  width: 20px;
  text-align: center;
}
body.admin .stats-page .content .list-widget .list-item .item-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.admin .stats-page .content .list-widget .list-item .item-info .item-label {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
  font-size: 0.875rem;
  font-weight: 500;
}
body.admin .stats-page .content .list-widget .list-item .item-info .item-value {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .stats-page .content .list-widget .list-item .item-info .item-value {
    font-size: 1.2rem;
  }
}
body.admin .stats-page .content .list-widget .list-item .item-info .item-value {
  color: #fb5705;
  font-size: 1.125rem;
  font-weight: 600;
}
body.admin .stats-page .content .grid-widget {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
body.admin .stats-page .content .grid-widget .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  background: hsl(0, 0%, 94%);
  border-radius: 6px;
  border: 1px solid hsl(0, 0%, 87%);
  text-align: center;
}
body.admin .stats-page .content .grid-widget .grid-item .item-icon {
  margin-right: 0;
  margin-bottom: 8px;
  color: #fb5705 !important;
  font-size: 16px;
  width: 16px;
  text-align: center;
}
body.admin .stats-page .content .grid-widget .grid-item .item-info {
  flex-direction: column;
  gap: 4px;
}
body.admin .stats-page .content .grid-widget .grid-item .item-info .item-label {
  font-size: 0.7rem;
  margin-bottom: 4px;
}
body.admin .stats-page .content .grid-widget .grid-item .item-info .item-value {
  font-size: 1.25rem;
}
body.admin .stats-page .content .fa-info-circle {
  margin-left: 6px;
  color: hsl(0, 0%, 65%);
  font-size: 0.7rem;
  cursor: help;
  position: relative;
  display: inline-block;
}
body.admin .stats-page .content .fa-info-circle:hover::after {
  content: attr(data-tooltip);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsl(0, 0%, 44%);
  color: hsl(0, 0%, 100%);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  white-space: normal;
  max-width: 300px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  text-align: center;
  line-height: 1.4;
}
body.admin .stats-page .content .fa-info-circle:hover::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: hsl(0, 0%, 44%);
  z-index: 9999;
  margin-top: 50px;
  pointer-events: none;
}
body.admin .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
body.admin .modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.admin .modal .modal-content {
  background: hsl(0, 0%, 100%);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 90vw;
  max-height: 90vh;
  width: 600px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
body.admin .modal .modal-content.active {
  transform: scale(1);
}
body.admin .modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid hsl(0, 0%, 87%);
  background: hsl(0, 0%, 94%);
}
body.admin .modal .modal-content .modal-header h2 {
  font-family: "Outfit", "sans-serif";
  font-size: 2.24rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .modal .modal-content .modal-header h2 {
    font-size: 1.6rem;
  }
}
body.admin .modal .modal-content .modal-header h2 {
  color: #fb5705;
  margin: 0;
  font-size: 1.25rem;
}
body.admin .modal .modal-content .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: hsl(0, 0%, 65%);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
body.admin .modal .modal-content .modal-header .modal-close:hover {
  background: hsl(0, 0%, 87%);
  color: hsl(0, 0%, 44%);
}
body.admin .modal .modal-content .modal-body {
  padding: 0;
  max-height: 60vh;
  overflow-y: auto;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 16px 24px;
  background: hsl(0, 0%, 94%);
  border-bottom: 2px solid #fdbc9b;
  position: sticky;
  top: 0;
  z-index: 10;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header .modal-table-cell {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fb5705;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header .modal-table-cell.sortable {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header .modal-table-cell.sortable:hover {
  color: #bf4305;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header .modal-table-cell.sortable.sorted-asc::after {
  content: "↑";
  font-size: 0.6rem;
}
body.admin .modal .modal-content .modal-table-container .modal-table-header .modal-table-cell.sortable.sorted-desc::after {
  content: "↓";
  font-size: 0.6rem;
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 24px;
  border-bottom: 1px solid hsl(0, 0%, 87%);
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row:last-child {
  border-bottom: none;
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell {
  font-family: "Mulish", "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: hsl(0, 0%, 44%);
  font-size: 0.875rem;
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell .country-name,
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell .city-name {
  font-weight: 500;
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell .count-value {
  font-family: "Outfit", "sans-serif";
  color: #fb5705;
  font-size: 1.88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01;
  color: #fb5705;
}
@media (max-width: 1024px) {
  body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell .count-value {
    font-size: 1.2rem;
  }
}
body.admin .modal .modal-content .modal-table-container .modal-table-body .modal-table-row .modal-table-cell .count-value {
  color: #fb5705;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  body.admin .admin-layout {
    position: relative;
  }
  body.admin .admin-mobile-header {
    display: flex;
    align-items: center;
    background: hsl(0, 0%, 100%);
    border-bottom: 1px solid #fdbc9b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
  }
  body.admin .admin-mobile-header .admin-mobile-header__content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 16px;
  }
  body.admin .admin-mobile-header .admin-mobile-menu-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #fb5705;
    cursor: pointer;
    padding: 8px;
    margin-right: 12px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }
  body.admin .admin-mobile-header .admin-mobile-menu-btn:hover {
    background-color: #ffeee5;
  }
  body.admin .admin-mobile-header .admin-mobile-header__logo a {
    font-family: "Outfit", "sans-serif";
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    color: #fb5705;
    font-size: 18px;
    text-decoration: none;
    color: #fb5705;
  }
  body.admin .admin-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  body.admin .admin-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: hsl(0, 0%, 100%);
    border-right: 1px solid #fdbc9b;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: left 0.3s ease;
    overflow-y: auto;
  }
  body.admin .admin-sidebar.active {
    left: 0;
  }
  body.admin .admin-sidebar .admin-sidebar__logo {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid hsl(0, 0%, 87%);
  }
  body.admin .admin-sidebar .admin-sidebar__logo a {
    font-family: "Outfit", "sans-serif";
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    color: #fb5705;
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  body.admin .admin-sidebar .admin-sidebar__logo a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  body.admin .content {
    margin-left: 0;
    padding-top: 60px;
    width: 100%;
  }
  body.admin .stats-page .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.admin .stats-page .stats-card .stats-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  body.admin .stats-page .stats-card .stats-card-header .card-total {
    align-self: flex-end;
  }
  body.admin .stats-page .stats-card .stats-card-content .list-widget .list-item,
  body.admin .stats-page .stats-card .stats-card-content .list-widget .grid-item,
  body.admin .stats-page .stats-card .stats-card-content .grid-widget .list-item,
  body.admin .stats-page .stats-card .stats-card-content .grid-widget .grid-item {
    padding: 8px 0;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls {
    gap: 6px;
    justify-content: center;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-input {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    font-size: 0.75rem;
    padding: 3px 4px;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-year-field, body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-month-field, body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-input::-webkit-datetime-edit-day-field {
    padding: 0 1px;
    font-size: 0.7rem;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-input::-webkit-calendar-picker-indicator {
    margin-right: 1px;
    font-size: 0.65rem;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls .date-sep {
    font-size: 0.75rem;
  }
  body.admin .stats-page .stats-card .stats-card-controls .date-controls .apply-btn {
    min-width: 28px;
    height: 28px;
    padding: 3px 6px;
  }
  body.admin .stats-page .table-container {
    overflow-x: auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  body.admin .admin-mobile-header {
    display: none;
  }
  body.admin .admin-sidebar-overlay {
    display: none;
  }
  body.admin .admin-sidebar {
    position: static;
    left: auto;
    height: auto;
    transition: none;
  }
  body.admin .content {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  body.admin .admin-mobile-header {
    display: none;
  }
}
body.admin body.sidebar-open .admin-sidebar-overlay {
  display: block;
}
