<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/easypie/geston/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/easypie/geston/assets/fonts/fa-solid-900.ttf") format("ttf");
}
body {
  background-color: var(--gstn-background-color);
}

body .form-check-input:checked {
  background-color: var(--gstn-brand-color);
  border-color: var(--gstn-brand-color);
}
body .form-check-input:disabled {
  opacity: 0;
}

.extrak-form-check {
  display: none;
}

.extrak-db {
  margin-bottom: 10px;
}

.modal-title {
  margin-bottom: 0.2rem;
}

html {
  font-size: 14px;
}

.fas {
  font-family: "Font Awesome 5 Free";
}

.restaurant-underline {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(0deg, #edecec 0%, #edecec 0.5rem, transparent 0.5rem, transparent 100%);
}

a {
  color: #1d1d1b;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gstn-primary-font);
  color: #1d1d1b;
  font-weight: 700;
}

h4 {
  font-size: 1.2rem;
}

body {
  font-family: var(--gstn-primary-font);
}

p {
  font-family: var(--gstn-secondary-font);
}

.gstn-titel {
  margin-top: 3rem;
}

.row.food-item {
  border-bottom: 1px solid #edecec;
}
.row.food-item p,
.row.food-item h4 {
  margin-bottom: 0px;
}
.row.food-item:last-child {
  border-bottom: none;
}

.products-carusel .suggested-products.swiper .swiper-slide .card img.card-img-top {
  height: 80px;
}
.products-carusel .suggested-products.swiper .swiper-slide .card .card-body {
  padding: 5px;
  font-size: 0.9rem;
}
.products-carusel .suggested-products.swiper .swiper-slide .card .card-body h5 {
  font-size: 0.9rem;
}

.food-item:hover {
  cursor: pointer;
}
.food-item[data-out-on=true] .image-container::before {
  content: "Mára elfogyott";
  position: absolute;
  right: 5px;
  top: 5px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  background: white;
  border-radius: 5px;
  border: 1px solid black;
  box-shadow: 0 0 5px 0px black;
}
.food-item .image-container {
  position: relative;
}
.food-item .image-container:after {
  content: "+";
  height: 25px;
  width: 25px;
  background: white;
  right: 5px;
  bottom: 5px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 25px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--gstn-brand-color);
  text-shadow: 0 0 1px darkgray;
}
.food-item .image-container .image-spinner-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  align-content: center;
  background: rgba(204, 204, 204, 0.5019607843);
  top: 0;
}

.rendeles-modal-close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: white;
  border-radius: 50%;
}

.rendeles-drinks .upsell-quantity {
  display: flex;
  align-items: center;
}
.rendeles-drinks .upsell-quantity input {
  width: 1.6rem !important;
  height: 1.6rem !important;
  text-align: center;
}
.rendeles-drinks .upsell-quantity input[type=button] {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #000;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0;
  cursor: pointer;
}
.rendeles-drinks .upsell-quantity input[type=number] {
  border: 1px solid #f1f1f1;
  padding: 0px;
  width: 40px;
}
.rendeles-drinks .upsell-quantity input[type=number]::-webkit-outer-spin-button, .rendeles-drinks .upsell-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.rendeles-drinks .drink-item {
  display: flex;
  justify-content: space-between;
}

#cfw-side-cart .cfw-side-cart-contents {
  padding: 1em 0.5em;
}

@media (max-width: 767.98px) {
  #cfw-side-cart .cfw-side-cart-contents {
    flex-grow: 1;
    overflow-y: auto;
  }
  div#infoModal .modal-header {
    padding-left: 50px !important;
  }
  h1#infoModalLabel {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  div#infoModal .modal-header .btn-close {
    margin: 0px !important;
  }
  .gateway-logos {
    width: 75% !important;
    display: flex;
    flex-direction: column !important;
  }
}
nav.wpke-navbar {
  width: 100%;
  height: calc(50px + env(safe-area-inset-bottom, 0)); /* Increase height dynamically */
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 1030;
  border-top: solid 1px rgba(0, 0, 0, 0.25);
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0)); /* Increase padding dynamically */
}
@media (min-width: 992px) {
  nav.wpke-navbar {
    display: none;
  }
}
nav.wpke-navbar .nav-icon {
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  display: block;
  color: #1d1d1b;
}
nav.wpke-navbar .nav-icon::after {
  display: none;
}
nav.wpke-navbar .nav-icon-text {
  text-align: center;
  font-size: 10px;
}
nav.wpke-navbar .dropdown-menu {
  margin-bottom: 1rem !important;
}
nav#categories-nav {
  margin: 0;
  background: white;
  border-bottom: 2px solid #edecec;
  gap: 1rem;
}
@media (min-width: 992px) {
  nav#categories-nav {
    top: var(--gstn-height-of-header);
  }
}
nav#categories-nav #offcanvas-category-list-button {
  background: white;
  padding: 0;
  color: #1d1d1b;
}
nav#categories-nav .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
}
nav#categories-nav .nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  nav#categories-nav .nav::-webkit-scrollbar {
    height: 5px;
  }
  nav#categories-nav .nav::-webkit-scrollbar-thumb {
    background: var(--gstn-brand-color);
    border-radius: 10px;
  }
  nav#categories-nav .nav::-webkit-scrollbar-track {
    background: white;
  }
}
nav#categories-nav .nav-link {
  color: #1d1d1b;
  font-weight: bold;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}
nav#categories-nav .nav-link.active {
  font-weight: 700;
  border-bottom: 3px solid #1d1d1b;
}

.floating-cart-container {
  position: fixed;
  bottom: calc(50px + env(safe-area-inset-bottom, 0));
  margin-bottom: 0.5rem;
  z-index: 1030;
  max-width: 100%;
}
@media (min-width: 992px) {
  .floating-cart-container {
    bottom: calc(1rem + env(safe-area-inset-bottom, 0));
  }
}
.floating-cart-container .floating-cart {
  margin: auto;
  max-width: 500px;
  padding: 0.5rem;
  border-radius: 5px;
  background: var(--gstn-brand-color);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#rendelesModal {
  z-index: 1000000;
  background: hsla(0, 0%, 0%, 0.2);
}
#rendelesModal .modal-content {
  overflow-y: auto;
  max-height: 90vh;
}

div#page {
  padding: 0;
}

.reservation-form-container label {
  margin-bottom: 4px;
}

.reservation-form-container .form-control {
  padding: 6px 15px;
  border-radius: 6px !important;
}

button.btn.btn-primary.cta-btn-full {
  margin-top: 10px;
}

.youtube-video-container {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta {
  display: flex;
  gap: 10px;
  max-width: 600px;
  flex-wrap: wrap;
}
.cta a,
.cta button {
  background: var(--gstn-brand-color);
  color: var(--gstn-cta-color);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta a:active, .cta a:hover, .cta a:focus, .cta a:visited,
.cta button:active,
.cta button:hover,
.cta button:focus,
.cta button:visited {
  background: var(--gstn-brand-color);
  text-decoration: none;
}

.logo-container {
  padding-left: 0px;
}

.cta.p-1 {
  padding-right: 0px !important;
}

.restaurant-button {
  background: var(--gstn-brand-color);
  color: #1d1d1b;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #1d1d1b;
}
.restaurant-button:active, .restaurant-button:hover, .restaurant-button:focus, .restaurant-button:visited {
  background: var(--gstn-brand-color) !important;
}

@media (max-width: 991.98px) {
  .hero-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .hero-container {
    width: 98.5%;
  }
}
.hero-container {
  display: flex;
  height: min(85vh - 115px, 500px);
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-container p {
  margin-bottom: 0.5rem;
}
.hero-container .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  bottom: 0.5rem;
  margin-top: auto;
  position: absolute;
}
@media (min-width: 992px) {
  .hero-container .tags {
    margin: 0;
  }
}
.hero-container .tags span.tag {
  cursor: pointer;
  background: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
}
.hero-container .hero-content {
  height: inherit;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  position: relative;
}
@media (min-width: 992px) {
  .hero-container .hero-content {
    justify-content: center;
  }
}
.hero-container .hero-content h1.hero-title {
  color: white;
  text-shadow: 0 0 10px #000000;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .hero-container .hero-content h1.hero-title {
    text-shadow: none;
    color: #1d1d1b;
  }
}
.hero-container .hero-desktop-image {
  text-align: right;
  align-content: center;
}
.hero-container .hero-desktop-image img {
  aspect-ratio: 1/1;
  width: 70%;
  max-width: 400px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 100%;
}

.site-footer {
  min-height: 100px;
}

#cfw-side-cart .cfw-side-cart-contents-footer {
  margin-top: auto;
}
#cfw-side-cart .cfw-side-cart-close-btn:before {
  content: "\f053";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
}
#cfw-side-cart .cfw-side-cart-close-btn:after {
  content: "Vissza";
  position: absolute;
  top: 0;
  left: 28px;
  height: 34px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
#cfw-side-cart .cfw-side-cart-close-btn svg {
  display: none;
}
#cfw-side-cart .cfw-remove-item-button {
  width: 12px;
}

.two-line-text-truncate {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  nav#categories-nav {
    margin-left: 9px;
    margin-right: 9px;
    border-radius: 5px;
    border: 1px solid #edecec;
  }
}

#rendelesSection .cat-container h4 {
  font-size: 1.1rem;
}
#rendelesSection .cat-container .description {
  font-size: 0.9rem;
}
#rendelesSection .cat-container .price {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  #rendelesSection .cat-container {
    margin-top: 3rem !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem 4rem;
  }
  #rendelesSection .cat-container .cat-title {
    grid-column: 1/-1;
  }
  #rendelesSection .cat-container .row.food-item {
    border-bottom: none;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all 0.3s;
    background: white;
  }
  #rendelesSection .cat-container .row.food-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #rendelesSection .cat-container .row.food-item p {
    white-space: inherit;
  }
}

.kapcsolat-page p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.kapcsolat-page .address-section {
  margin-right: 0;
  margin-left: 0;
}

.address-section .restaurant-name {
  display: none;
}

#wpke_about_us .about_us_header img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#wpke_about_us .wpke_about_us_gallery_images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
#wpke_about_us .wpke_about_us_gallery_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media (min-width: 576px) {
  #wpke_about_us .wpke_about_us_gallery_images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  #wpke_about_us .wpke_about_us_gallery_images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  #wpke_about_us .wpke_about_us_gallery_images {
    grid-template-columns: repeat(4, 1fr);
  }
}

.products-carusel .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.products-carusel .swiper-pagination .swiper-pagination-bullet-active {
  background: #1d1d1b;
}
.products-carusel .swiper {
  height: 100%;
}
.products-carusel .swiper .swiper-slide {
  height: auto !important;
}
.products-carusel .swiper .swiper-slide .card {
  height: 100% !important;
}
.products-carusel .swiper .swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
}
.products-carusel .swiper .swiper-slide .card .card-body h5 {
  flex-grow: 1;
  font-size: 1.1rem;
}
.products-carusel .swiper .swiper-slide .card img.card-img-top {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-carusel .swiper-button-next,
.products-carusel .swiper-button-prev {
  background: var(--gstn-brand-color);
  color: #1d1d1b;
  width: 50px;
  height: 50px;
  border-radius: 2px;
}
.products-carusel .swiper-button-next:after,
.products-carusel .swiper-button-prev:after {
  font-size: 25px;
  font-weight: 900;
}

body.woocommerce p.price * {
  color: #1d1d1b;
  font-size: 1.5rem;
}
body.woocommerce .inside-article {
  padding: 1rem;
}

.homepage-cta {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .homepage-cta {
    width: 700px;
  }
}

.site-content {
  flex-direction: column;
}

.contact-section {
  background: var(--gstn-brand-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  text-align: center;
}

#infoModal .modal-content {
  margin: 1rem;
  overflow-y: auto;
  max-height: 90vh;
}
#infoModal .btn-close {
  font-size: 1.5rem;
}
#infoModal h2 {
  font-size: 1.2rem !important;
  margin-bottom: 5px !important;
  color: rgba(29, 29, 27, 0.8);
}
#infoModal p {
  margin-bottom: 0.5rem;
}
#infoModal .d-flex.justify-content-between.flex-column.delivery-list {
  margin-bottom: 1.3rem;
}
#infoModal .d-flex.justify-content-between.flex-column.delivery-list .d-flex p {
  margin-bottom: 0.2rem;
  color: rgba(29, 29, 27, 0.8);
}
#infoModal .info-section.info-link {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
}
#infoModal .info-section .restaurant-icon {
  width: 1.2rem;
  display: inline-block;
}
#infoModal .info-section .payment-list .d-flex,
#infoModal .info-section .delivery-list .d-flex {
  gap: 1rem;
}
#infoModal .info-section .payment-list .d-flex p,
#infoModal .info-section .delivery-list .d-flex p {
  flex: 1;
}
#infoModal .modal-footer button {
  width: 50%;
}
@media (min-width: 768px) {
  #infoModal .modal-footer button {
    max-width: 200px;
  }
}

/*


FOOTER RÉSZ - VITYA KULIMUNKÁJA ÁTNézni


*/
#site-footer {
  margin: 3rem 0 100px 0;
}
#site-footer .col-md-6 {
  padding: 0px 10.5px;
}
#site-footer .footer-listing {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
#site-footer .footer-listing svg {
  max-width: 25px;
  padding-bottom: 7px;
}
#site-footer .footer-listing div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
#site-footer .footer-listing p {
  margin-bottom: 0.5rem;
}
#site-footer .footer-listing h4 {
  margin-bottom: 0px;
}
#site-footer .footer-listing .col-md-12 {
  place-content: center;
}
#site-footer .footer-listing-row {
  border-radius: 10px;
  background: #ebebec;
  padding: 10px 0px;
}
#site-footer .footer-listing-row .footer-section {
  margin-bottom: 0.5rem;
}
#site-footer .footer-listing-row .fas {
  font-size: 20px;
  color: var(--gstn-brand-color);
}
#site-footer .footer-listing-row svg path {
  fill: var(--gstn-brand-color);
}
#site-footer .footer-listing-row div#kontakt p {
  margin-bottom: 0.5rem;
}

.header-row {
  display: flex;
  height: auto;
  flex-direction: row;
  justify-content: center;
  background-color: white;
  min-height: 50px;
}
@media (min-width: 992px) {
  .header-row {
    position: sticky;
    top: 0;
    z-index: 1030;
  }
}
.header-row img {
  height: -webkit-fill-available;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-row .desktop-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-row .desktop-nav {
    display: block;
    align-content: center;
  }
}
.header-row .desktop-nav .nav-icon::after {
  display: none;
}
.header-row .logo-container {
  text-align: left;
  align-content: center;
}
@media (min-width: 992px) {
  .header-row .logo-container {
    text-align: center;
  }
}
.header-row .cta {
  align-items: center;
  padding-top: 3.5px !important;
}
@media (min-width: 992px) {
  .header-row .cta {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}

.nav-item {
  list-style: none;
}
.nav-item:hover {
  cursor: pointer;
}

.cta-section-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-btn-full,
.cta .cta-btn-full {
  background: var(--gstn-brand-color);
  color: var(--gstn-cta-color);
  font-weight: 700;
  font-size: 1.1rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-transform: none;
}
.cta-btn-full.cta-btn-plus,
.cta .cta-btn-full.cta-btn-plus {
  padding: 5px 10px;
  margin: 10px 10px;
  border-radius: 6px;
}
.cta-btn-full:active, .cta-btn-full:hover, .cta-btn-full:focus, .cta-btn-full:visited,
.cta .cta-btn-full:active,
.cta .cta-btn-full:hover,
.cta .cta-btn-full:focus,
.cta .cta-btn-full:visited {
  background: var(--gstn-brand-color);
  color: var(--gstn-cta-color);
  text-decoration: none;
}

.cfw-side-cart-quantity-wrap svg {
  color: #1d1d1b;
  width: 16px;
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

div#cfw-shipping-packages-container {
  display: flex;
  flex-direction: column;
}

#cfw-shipping-packages-container .cfw-module {
  order: 99;
}

img.login-icon {
  height: 20px;
}

.modal-body h2 {
  font-size: 1.1rem !important;
}

.our-story-section .our-story-title {
  margin-bottom: 15px; /* Add some margin for spacing */
}
.our-story-section .our-story-title.desktop-title {
  display: block;
}
@media (max-width: 768px) {
  .our-story-section .our-story-title.desktop-title {
    display: none; /* Ensure desktop title is shown */
  }
}
.our-story-section .our-story-title.mobile-title {
  display: none;
}
@media (max-width: 768px) {
  .our-story-section .our-story-title.mobile-title {
    display: block; /* Show mobile title */
    margin-top: 0; /* Remove top margin */
    margin-bottom: 15px; /* Add bottom margin */
    align-self: start;
  }
}
.our-story-section .story-des-img {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .our-story-section .story-des-img {
    flex-direction: column;
    align-items: center;
  }
}
.our-story-section .story-des-img img {
  margin-right: 15px;
}
@media (max-width: 768px) {
  .our-story-section .story-des-img img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.our-story-section .story-des-img p {
  margin-left: 42px;
}
@media (max-width: 768px) {
  .our-story-section .story-des-img p {
    margin-left: 0;
  }
}
.our-story-section .description {
  margin: 0;
}
@media (max-width: 768px) {
  .our-story-section .description {
    margin-top: 0;
  }
}
.our-story-section .mobile-title {
  display: none;
}
@media (max-width: 768px) {
  .our-story-section #our_story_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

a.cfw-primary-btn.cfw-side-cart-checkout-btn,
a.cfw-primary-btn.cfw-side-cart-checkout-btn:hover {
  background: var(--gstn-brand-color);
  color: var(--gstn-cta-color);
  border: unset !important;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 5px;
}

.modal-body p {
  margin-bottom: 0px;
}

.modal-body {
  padding: 10px 10px 0px 10px !important;
}

.rendeles-variaciok.mb-3.border-bottom {
  padding-bottom: 10px;
}

.drinks-form-radio {
  padding-bottom: 10px;
}

.rendeles-info.mb-3.border-bottom {
  padding-bottom: 10px;
}

.modal-footer {
  position: sticky;
  bottom: 0;
  z-index: 1030;
  background: white;
  padding: 10px;
  max-width: 100%;
}

#cfw {
  padding-top: 0;
}
@media (min-width: 992px) {
  #cfw {
    padding-top: 2rem;
  }
}

#offcanvasCategoryList {
  max-width: 80%;
  bottom: unset !important;
  max-height: 100%;
  top: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cat-container {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .cat-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ff-btn {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-weight: 700 !important;
}

.our-story-block {
  margin-top: 0rem;
}
.our-story-block .block-align-left {
  flex-direction: row-reverse;
  flex-direction: column-reverse;
}
.our-story-block .block-align-right {
  flex-direction: row-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .our-story-block {
    margin-top: 3rem;
  }
  .our-story-block .block-align-left {
    flex-direction: row-reverse;
  }
  .our-story-block .block-align-left .text-container {
    padding-left: 3rem;
  }
  .our-story-block .block-align-left .image-conatiner {
    padding-right: 3rem;
  }
  .our-story-block .block-align-right {
    flex-direction: row;
  }
  .our-story-block .text-container {
    align-self: center;
  }
  .our-story-block .block-align-right .text-container {
    padding-right: 3rem;
    text-align: right;
  }
  .our-story-block .block-align-right .image-conatiner {
    padding-left: 3rem;
  }
  .our-story-block img {
    height: undefined;
  }
}

.address-section.row.mb-4 {
  margin-right: 2px;
  margin-left: 2px;
}

.container .seduce-section {
  margin-top: 15px;
}

.container .our-story-section img {
  float: left;
  border-radius: 10px;
}

.container.mb-3.mx-auto h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .our-story-section img {
    max-height: 510px;
    max-width: 600px;
  }
}
/* Rázás animáció */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/* Az animáció osztály, ami majd dinamikusan kerül hozzáadásra */
.shake {
  animation: shake 0.5s;
  animation-iteration-count: 4;
}

.floating-cart {
  position: relative;
}

.why-choose-us-block .text-container {
  padding: 64px 20px;
  text-align: -webkit-center;
}

.fluentform.ff-default.fluentform_wrapper_4.ffs_default_wrap {
  padding: 10px;
}

.container.our-story-block img {
  border-radius: 10px;
  margin-bottom: 14px;
}

img.payment-sec {
  max-width: 70%;
}

img.big-fish {
  max-width: 13%;
}

.rendeles-drinks.mb-3.border-bottom {
  border-bottom: unset !important;
}

.rendeles-utmutatas.mb-3.border-bottom {
  border-bottom: unset !important;
}

.drinks-form-radio {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.rendeles-utmutatas.mb-3.border-bottom h2 {
  margin-top: 14px;
}

.modal-footer {
  border-top: unset !important;
}

div#cfw-pickup-location .cfw-radio-reveal-title + .cfw-xtra-small {
  display: none;
}

.google-reviews-container {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

@media (min-width: 992px) {
  .google-reviews-container {
    max-width: 100% !important;
  }
}
.google-reviews-full {
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  background: white;
}
.google-reviews-full .slick-arrow {
  color: #b1b1b1;
}

.google-reviews-link .rating {
  margin-bottom: 5px;
}
.google-reviews-link h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 22.5px;
}

.google-review {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 5px;
  background: rgba(128, 128, 128, 0.1803921569);
  border-radius: 5px;
  min-height: 155px !important;
  margin-bottom: 10.5px;
}

@media (min-width: 992px) {
  .google-review {
    margin: 8px;
  }
}
.google-review-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.google-review-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.google-review-profile img {
  max-width: 52px;
}

span.star {
  color: #f6bb06;
  font-size: 20px;
}

/* Star rating styles */
.rating-star,
.star {
  font-size: 28px;
  color: #fbbc04; /* Gold color for stars */
  position: relative;
  line-height: 20px;
}

.reservation-form-container .form-group {
  margin-top: 10px;
}

.google-review-text {
  text-align: -webkit-center;
}

.google-review-text .full-text {
  max-height: 60px !important;
  overflow-y: auto;
  /* WebKit browsers */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.google-review-text .full-text::-webkit-scrollbar {
  width: 8px;
}
.google-review-text .full-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.google-review-text .full-text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.google-review-text .full-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.google-reviews-link.col-12.col-md-3 img {
  width: 110px;
}

.read-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.slick-prev,
.slick-next {
  background-color: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  scale: 2;
  transform: translateY(-20%);
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
}
.slick-prev:focus,
.slick-next:focus {
  background-color: transparent;
}
.slick-prev:active,
.slick-next:active {
  background-color: transparent;
}

.slick-prev {
  left: -35px; /* Adjust as needed */
}

.google-reviews-link.col-12.col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 34px 0px;
}

@media (min-width: 768px) {
  .google-reviews-link.col-12.col-md-3 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .google-reviews-link.col-12.col-md-3 {
    width: 20%;
  }
}
.google-logo {
  width: 20px;
  margin-left: auto;
}

span.reviews-count a {
  text-decoration: underline;
  font-weight: 600;
}

.slick-next {
  right: -35px; /* Adjust as needed */
}

span.reviews-count {
  margin-bottom: 5px;
}

.google-reviews-slider {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .google-review {
    max-width: 80%;
    margin: 10px 10;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}
.hero-content .tag.google-reviews img {
  width: 13px;
  padding-bottom: 4px;
}
.hero-content .tag.google-reviews .rating-star {
  font-size: 13px;
}
.hero-content .tag.google-reviews span {
  padding-left: 2px;
}

.google-reviews-container .rating-star {
  font-size: 15px;
  color: #fbbc04;
}

.my-account-btn {
  display: none;
}

.my-account-cta {
  order: 3;
}

@media (min-width: 992px) {
  a.account-icon-desk.nav-icon {
    background: transparent;
    font-size: 16px;
    color: #1d1d1b;
    gap: 2px;
  }
  .my-account-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .my-account-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .my-account {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .my-account-div {
    max-height: 15px;
  }
  .my-account-cta {
    display: flex;
    order: 3;
    align-items: center;
    justify-content: flex-end;
    padding: 0px !important;
  }
}
.nav-icon-text {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
}

.about-us .about-title {
  margin-top: 14px;
  margin-bottom: 14px;
}
.about-us .about-us-img {
  margin-bottom: 14px;
}
.about-us .about-us-img img {
  border-radius: 10px;
}
.about-us .about-us-text {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .about-us .about-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .about-us img {
    border-radius: 10px;
    margin-bottom: 14px;
  }
  .about-us .about-us-text {
    align-content: center;
    padding-left: 42px;
  }
  .about-us .about-us-img {
    padding-right: 42px;
  }
}
.enabled-gateways {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-top: 0px !important;
}

.enabled-gateways div {
  margin-top: 0px !important;
}

.enabled-gateways p {
  margin-bottom: 0px !important;
}

img.bigfish-logo {
  width: 35% !important;
  min-width: 115px;
}

#cfw-side-cart {
  overflow-x: hidden;
  overflow-y: hidden;
}

.cfw-side-cart-contents-footer .container {
  padding-right: 0px;
  padding-left: 0px;
}

.saved-message p {
  text-align: -webkit-center;
}

h1#infoModalLabel {
  margin-left: 170px;
  margin-bottom: 0px !important;
  color: #3f4047;
}

.modal-header {
  padding: 6px 14px;
}

p.opening-hours,
div.opening-hours {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3rem !important;
}

div#infoModal .modal-body {
  padding: 16px 16px 0px 16px !important;
}

div#infoModal a {
  color: #3474ff;
}

p#infokapcsp {
  margin-top: 0.8rem;
}

.info-section.kapcsolat p {
  margin-bottom: 0px !important;
}

.info-section.options p {
  margin-bottom: 0rem !important;
}

.info-section.options {
  margin-bottom: 1.3rem;
}

div#infoModal p {
  font-family: inter;
}

#offcanvasCategoryList ul.m-0 {
  padding-left: 0px !important;
}
#offcanvasCategoryList .offcanvas-body {
  padding-top: 0px !important;
  max-height: 80%;
}
#offcanvasCategoryList .offcanvas-header {
  padding-bottom: 5px !important;
}
#offcanvasCategoryList .offcanvas.offcanvas-start {
  top: 15px;
}
#offcanvasCategoryList .offcanvas-body li {
  margin-bottom: 7px;
}
#offcanvasCategoryList .offcanvas-footer {
  padding: 12px;
  display: flex;
  flex-direction: row-reverse;
}
#offcanvasCategoryList button.btn.btn-secondary {
  padding: 5px 30px;
}
#offcanvasCategoryList a {
  font-family: Inter;
  text-transform: capitalize;
  color: rgba(29, 29, 27, 0.8);
}
#offcanvasCategoryList h5 {
  font-family: inter;
  text-transform: uppercase;
  color: rgba(29, 29, 27, 0.8);
}
#offcanvasCategoryList .offcanvas-header .btn-close {
  margin-right: calc(-0.65 * var(--bs-offcanvas-padding-x));
}

div#infoModal .modal-body .phone-mail {
  margin-top: 0.8rem !important;
}

.highlighted-info {
  min-height: 26px !important;
}

.gateway-logos {
  width: 35%;
  margin-top: 0px !important;
}

.product-template-default .cta {
  max-width: 300px;
}

.back-to-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-buttons {
    flex-direction: column-reverse !important;
  }
}
.order-id.modal-order-id {
  margin-bottom: 13px;
  font-weight: bold;
}

.contact-info {
  text-decoration-line: underline;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
}

form.woocommerce-form.woocommerce-form-login.login {
  border: 1px solid rgba(128, 128, 128, 0.3490196078);
}

form.woocommerce-form.woocommerce-form-register.register {
  border: 1px solid rgba(128, 128, 128, 0.3490196078);
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}

input#age_verification {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.search-bar-container {
  width: 30px;
  transition: width 0.1s;
}
@media (min-width: 992px) {
  .search-bar-container {
    width: 150px;
  }
}

#search-bar {
  display: none;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 5px;
}
#search-bar:-moz-placeholder-shown + #search-bar-close {
  display: none;
}
#search-bar:placeholder-shown + #search-bar-close {
  display: none;
}
@media (min-width: 992px) {
  #search-bar {
    display: block;
  }
}

.search-icon {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  align-content: center;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #eee;
  background: #fff;
  cursor: pointer;
  transition: background 0.1s;
}
@media (min-width: 992px) {
  .search-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background: none;
  }
}

.search-icon.open {
  left: 10px;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: none;
}

.search-icon.open + input + #search-bar-close {
  display: block;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  align-content: center;
  text-align: center;
  cursor: pointer;
}

#search-bar-close {
  display: none;
  z-index: 1;
  color: var(--bs-red);
}
@media (min-width: 992px) {
  #search-bar-close {
    display: block;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    align-content: center;
    text-align: center;
    cursor: pointer;
  }
}

#food-menu-info-bar .no-result {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#food-menu-info-bar .no-result h3 {
  color: var(--bs-red);
}

@media (min-width: 992px) {
  .cmplz-buttons {
    display: flex;
    flex-direction: row-reverse;
  }
}
button.cmplz-btn.cmplz-view-preferences {
  background: unset !important;
  border: unset !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
  border: unset !important;
}

button#customGoogleLogin {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  button#customGoogleLogin {
    margin-bottom: 0px !important;
  }
}

.facebook-login {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 4px;
}

button#customGoogleLogin,
.facebook-login {
  display: inline-block;
  margin: 0 10px 0 0;
}

.fa-question:before {
  margin-right: 14px;
}

.content-\? {
  margin-bottom: 21px;
}

.content-pont-details p {
  margin-bottom: 5px;
}

.first-details-content {
  margin-bottom: 21px !important;
}

.gstn-invite h2 {
  font-size: 15px;
}

.invite-code.cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bankcards img {
  max-width: 300% !important;
}

.enabled-gateways img {
  max-width: unset;
}

@media (max-width: 768px) {
  .bankcards img {
    max-width: 100% !important;
  }
  .bank-logos {
    margin-left: 1rem;
  }
}
p.wp-my-account__welcome {
  font-size: 28px;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: inter;
  font-weight: bold;
  color: rgba(29, 29, 27, 0.8509803922);
  margin-top: 30px;
  margin-bottom: 3.75rem;
}

.rendeles-modal-header-image:not(.rendeles-modal-close-btn) {
  cursor: zoom-in;
}

.image-preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
}

.image-preview-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

.image-preview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.opening-hours {
  display: flex;
  flex-direction: column !important;
}
@media (min-width: 768px) {
  .opening-hours {
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  .opening-hours {
    align-items: flex-start !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
}

.restaurant-opening-hours-wrapper {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 100%;
  align-items: flex-start !important;
  gap: 5px !important;
  align-content: flex-start;
}

.bank-logos {
  padding-left: 45px;
  margin-top: 0px !important;
}
@media (min-width: 768px) {
  .bank-logos {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bank-logos {
    padding-left: 0;
  }
}

.restaurant-name {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .restaurant-name {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .restaurant-name {
    margin-top: 0px !important;
  }
}

.opening-hours {
  margin: 0rem !important;
}

.restaurant-name {
  line-height: 1.35rem;
  font-family: var(--gstn-secondary-font);
}

.restaurant-name {
  margin-top: 0px !important;
}

.restaurant-opening-hours-wrapper {
  margin-top: 0px !important;
}

.about-us .cta {
  justify-content: center;
}
@media (min-width: 992px) {
  .about-us .cta {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .about-us .cta {
    justify-content: center;
  }
}

.rendeles-extrak label.form-check-label {
  display: flex;
  justify-content: space-between;
  margin-left: 0.5rem;
}

.rendeles-extrak .form-check-input {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0px;
}

.form-check {
  margin-bottom: 0.425rem;
}

.max-items {
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 13px;
}

.extra-price {
  opacity: 0.7;
}

.extrak-db .fs-5 {
  margin-bottom: 0px !important;
}

.form-check-input {
  width: 1.4em;
  height: 1.4em;
  margin-top: 0px;
  margin-right: 8px;
}

.variaciok-form-check label.form-check-label {
  display: flex;
  justify-content: space-between;
}

.variaciok-form-check bdi {
  opacity: 0.7;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.8) calc(var(--bs-modal-header-padding-x) * 0.8);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  opacity: 0.7;
}

span.optional {
  display: none;
}

.required-choice {
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 13px;
}

.drink-quantity {
  display: flex;
  gap: 5px;
}

.drink-price {
  opacity: 0.7;
}

.extrak-db[data-required-choice="0"] .fs-5 {
  margin-bottom: 10px !important;
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-error-notes {
  color: red;
}

.rendeles-variaciok .fs-5 {
  margin-bottom: 10px !important;
}

.rendeles-drinks .fs-5 {
  margin-bottom: 10px !important;
}

.form-check.drink-item .drink-label {
  cursor: pointer !important;
}

a.wp-my-account__logout {
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
  background: var(--gstn-brand-color);
  color: var(--gstn-cta-color);
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  text-align: right;
}

.logout {
  text-align: right;
}

.order-error-notes-woltdrive span.order-note {
  color: red;
  font-size: 18px;
  font-weight: 600;
}

img.bankcards-logo {
  height: 37px !important;
}

.tiktok-embed {
  padding: 0px;
  border: 0px;
}

form.woocommerce-ResetPassword.lost_reset_password p:first-of-type {
  text-align: center;
  margin-top: 30px;
  font-family: var(--gstn-primary-font);
  color: #1d1d1b;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1.1rem;
  padding: 10px 20px;
  transition: background 0.2s;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:hover, form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button:focus {
  background-color: var(--gstn-brand-color) !important;
  color: var(--gstn-cta-color) !important;
}

.cfw-alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.cfw-alert {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 15px;
}

.woocommerce-message {
  border-top: unset !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  color: #155724 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px !important;
  margin-bottom: 1em !important;
}

.woocommerce-MyAccount-content .woocommerce-message a {
  color: blue !important;
  text-decoration: underline !important;
}

ul.woocommerce-error {
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  color: #721c24 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px !important;
  margin-bottom: 1em !important;
}

ul.woocommerce-error a {
  color: blue !important;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */</pre></body></html>