:root {
  --snd-header-bkr-clr: #101017;
  --snd-header-clr: #decf8c;
  --snd-main-clrp: #decf8c;
  --snd-main-clr: #ffe063;
  --snd-bkr-clr-aa: #323232;
  --snd-header-fsz: 1.4rem;
  --snd-mob-header-fsz: 1.1rem;
  --snd-mob-header-submenu-fsz: clamp(1rem, 0.5vw + 0.875rem, 1.1875rem);
  --snd-resct-bkr-clr: #372121;
  --snd-resct-clr: #edc40e;
  --snd-border-clr: rgb(141, 134, 88);
  --snd-resct-fsz: 1.4rem;
  --snd-fsz-200: clamp(1rem, 0.5vw + 0.875rem, 1.1875rem);
  --snd-fsz-250: clamp(1.1rem, 0.85rem + 0.8vw, 1.3rem);
  --snd-fsz-300: clamp(1.2rem, 0.8vw + 1rem, 1.5rem);
  --snd-fsz-350: clamp(1.3rem, 2vw + 0.3rem, 1.6rem);
  --snd-fsz-370: clamp(1.4rem, 2.5vw + 0.4rem, 1.7rem);
  --snd-fsz-400: clamp(1.5rem, 3vw + 0.6rem, 2rem);
  --snd-fsz-450: clamp(1.6rem, 0.6rem + 3.2vw, 2.4rem);
  --snd-fsz-500: clamp(1.7rem, 0.45rem + 4vw, 2.7rem);
  --snd-header-bkr-clr: #101017;
  --snd-header-clr: #decf8c;

  --snd-mob-header-fsz: 1.1rem;

  --snd-resct-bkr-clr: #372121;
  --snd-resct-clr: #edc40e;
  --snd-resct-fsz: 1.4rem;

  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 300;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  color-scheme: dark;
}

.snd-dom-page {
  width: 100%;
  height: auto;
  color: var(--snd-main-clrp);
}

.wp-block-create-block-snd-header {
  margin: 0;
  padding: 0;
}

.snd-dom-page .snd-dom-page-ct {
  width: 100%;
  max-width: 1290px;
  height: 100px;
}

.snd-dom-page .snd-dom-page-ct-srv {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.snd-vstack {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.snd-vstack-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.snd-txt-center {
  text-align: center;
}

.snd-hstack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.snd-hstack-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.snd-hstack-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.snd-card {
  background-color: blueviolet;
}

.snd-ct-client-code {
  text-align: center;
  height: 100vh;
}

.snd-ct-client-code input[type="text"] {
  color: red;
}

.snd-error {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #ea8585;
}

.snd-error-recommend {
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: #edacac;
}
.snd-coco {
  width: 100%;
}
.snd-pm-sep {
  width: 100%;
  height: 1rem;
}

.page .entry-title {
  display: none !important;
}

.wp-block-post-title,
.wp-block-site-title {
  display: none !important;
}

.wp-block-post-title {
  display: none;
}

.wp-block-post-date {
  display: none;
}
.wp-block-heading {
  display: none;
}
.wp-block-heading ~ p {
  display: none;
}

.wp-block-heading.snd-heading-h2 {
  display: block;
  font-size: var(--snd-fsz-400) !important;
}

.wp-block-heading.snd-heading-h2 ~ p {
  display: block;
}

.snd-txt-clr {
  color: var(--snd-main-clrp);
}

.snd-min-col-width {
  min-height: 100vh;
}

.snd-header-spacer {
  height: 3rem !important;
  background-color: var(--snd-header-bkr-clr);
}

.snd-ctres-ct {
  width: 100%;
  min-height: 10vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snd-ctres {
  width: 100%;
  max-width: 1290px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

#snd-srv-slider-2 .snd-srv-card-srvname {
  font-size: var(--snd-fsz-450);
}

.snd-dom-page-subtitle {
  color: #edc40e;
  font-size: var(--snd-fsz-450);
}

.snd-footer-ct {
  background-color: var(--snd-header-bkr-clr);
  width: 100%;
}

.snd-schedular-footer > table {
  border: 1px solid #edc40e;
  border-collapse: collapse;
}
.snd-schedular-footer .snd-schedule-table-title {
  padding-left: 0.3rem;
}

.snd-schedular-footer td {
  padding: 0.3rem;
  border: 1px solid #edc40e;
}

.snd-schedular-footer td:first-child {
  text-align: left;
}

.snd-schedular-footer td:last-child {
  text-align: center;
}

.snd-tel-footer {
  font-size: var(--snd-fsz-250);
  padding-left: 1rem;
}

.snd-footer-address-label {
  align-self: flex-start;
}

.snd-ct-maxsz {
  max-width: 1290px;
}

.snd-subtitle-txt {
  font-size: var(--snd-fsz-370);
}

.snd-txt-fsz-370 {
  font-size: var(--snd-fsz-370);
}

.snd-txt-fsz-350 {
  font-size: var(--snd-fsz-350);
}

.snd-txt-fsz-300 {
  font-size: var(--snd-fsz-300);
}

a.snd-ccdd {
  display: block;
  text-decoration: none;
}

a.snd-ccdd:hover {
  text-decoration: none;
  color: inherit;
}

.snd-res-item {
  font-size: var(--snd-fsz-300);
  color: var(--snd-main-clrp);
  border-top: 1px solid var(--snd-border-clr);
  padding: 0.5rem 0;
}

.snd-res-item:last-child {
  border-bottom: 1px solid var(--snd-border-clr);
}

.snd-consent-ct {
  padding: 1rem;
  width: 100%;
  height: auto;
  height: 200px;
  border: 1px solid var(--snd-main-clrp);
  background-color: #2d1d1db3;
  font-size: var(--snd-fsz-350);
  color: var(--snd-main-clrp);
  position: fixed;
  left: 0;
  top: calc(100vh - 200px);
  text-align: center;
  z-index: 99999;
}

a.snd-consent-btn {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  margin-left: 1rem;
  padding: 0.5rem;
  border: 1px solid var(--snd-main-clrp);
  border-radius: 15px;
  font-size: var(--snd-fsz-300);
  color: var(--snd-main-clrp);
}

a.snd-consent-btn:hover {
  text-decoration: none;
  color: var(--snd-main-clrp);
}

@media (min-width: 500px) {
  .snd-pm-sep {
    width: 100%;
    height: 2rem;
  }
}

@media (min-width: 768px) {
  .snd-header-spacer {
    height: 6rem !important;
    background-color: var(--snd-header-bkr-clr);
  }
}
