@import url("site.css?v=23");

/* Hostinger hotfix: unique stylesheet name prevents an older cached header CSS. */
.global-language {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 2px !important;
  padding: 3px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(7,16,23,.72) !important;
  direction: ltr !important;
  flex: none !important;
}
.global-language a {
  width: auto !important;
  min-width: 0 !important;
  min-height: 30px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 0 8px !important;
  color: rgba(255,255,255,.8) !important;
  background: transparent !important;
  text-decoration: none !important;
  font: 750 10px/1 Arial,sans-serif !important;
  white-space: nowrap !important;
}
.global-language a[aria-current="page"] { background: #d7ad4c !important; color: #172832 !important; }
.global-language .flag {
  width: 18px !important;
  height: 13px !important;
  max-width: 18px !important;
  min-width: 18px !important;
  object-fit: cover !important;
  display: inline-block !important;
  border-radius: 1px !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.22) !important;
}
.global-language .language-name { display: inline !important; }
.form-actions { display: flex !important; align-items: center !important; gap: 16px !important; }

.ramen-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.ramen-grid article { min-height: 280px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.ramen-grid article>span { color: #d7ad4c; font: 700 11px monospace; }
.ramen-grid h3 { margin: 48px 0 14px; color: #fff; font: 700 24px/1.25 Georgia,serif; }
.ramen-grid p { margin: auto 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }

@media (max-width: 1100px) {
  .global-language .language-name { display: none !important; }
  .global-language .flag { width: 21px !important; height: 15px !important; max-width: 21px !important; min-width: 21px !important; }
  .global-language a { padding: 0 7px !important; }
}
@media (max-width: 980px) {
  .global-language { margin-inline-start: auto !important; }
  .ramen-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .site-header .header-cta { display: none !important; }
  .global-language a { min-height: 28px !important; padding: 0 6px !important; }
  .ramen-grid { grid-template-columns: 1fr; }
  .form-header .back-link { display: none !important; }
}
