[x-cloak] {
    display: none !important;
}

.active-link {
    color: var(--gt-theme) !important;
}

.input-sign-up {
    color: #000;
}

.input-sign-up::placeholder {
    color: gray;
}

.input-sign-up:focus {
    color: #000 !important;
}

.notice {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-btn {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 16px;
    background: none;
    white-space: nowrap;
}

.custom-btn--white {
    background: #fff;
}

.custom-btn:hover {
    opacity: 0.7;
}

.custom-btn:active {
    opacity: 0.4;
}

.mean-bar {
    background: transparent !important;
}

.mean-nav {
    margin-top: 0 !important;
    background: transparent !important;
}

.mean-container .mean-nav ul li a {
    color: #000;
}

.logo {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.order__thumb:hover {
    opacity: 0.8;
}

.order__thumb:active {
    opacity: 0.5;
}

.list-items-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media (max-width: 520px) {
    .list-items-title {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.filter-bg-shadow {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-main {
    gap: 10px;
}

.lang-links-unite {
    display: flex;
    gap: 30px;
}

@media (max-width: 520px) {
    .header-left {
        width: 100%;
        justify-content: center;
    }

    .header-main {
        flex-wrap: wrap;
    }

    .mean__menu-wrapper {
        display: none;
    }
}

.header-auth-mobile {
    display: none !important;
}

@media (max-width: 991px) {
    .header-auth-desktop {
        display: none !important;
    }

    .header-auth-mobile {
        display: block !important;
    }
}
.language-selector {
    position: relative;
    display: flex;
    max-width: 175px;
    text-align: center;
    border: 1px solid #fff !important;
    border-radius: 6px;
    padding: 6px 16px;
    background: none;
    white-space: nowrap;
}

.selected-language {
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
}

.selected-language img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    z-index: 1000;
    display: none;
    border-radius: 5px 5px 20px 20px;
    overflow: hidden;
}

.language-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    height: 40px;
    background: #000;
    color: #fff;
}

.language-option:hover a {
    opacity: 0.7;
}

.language-option img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.points-list__item {
    margin-bottom: 0 !important;
}

.points-list__item--bold {
    font-weight: bold !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.match-logo {
    display: block;
}

.match-logo:hover {
    opacity: 0.8;
}

.match-logo:active {
    opacity: 0.5;
}

.tour-img {
    object-fit: cover;
    height: 210px !important;
}

.post-show-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-error {
    margin-top: 10px;
    color: red;
}

.comment-form-input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Light text colors for dark theme with smaller headings */
.markdown-content {
  color: #f0f0f0;
  line-height: 1.7;
  font-size: 1.05rem; /* Slightly larger base font */
}

/* Smaller headings with proportional spacing */
.markdown-content h1 {
  font-size: 1.8rem; /* Reduced from 2.2rem */
  font-weight: 600;
  color: #ffffff;
  margin: 2.5rem 0 1.25rem 0;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #444;
}

.markdown-content h2 {
  font-size: 1.5rem; /* Reduced from 1.8rem */
  font-weight: 600;
  color: #ffffff;
  margin: 2rem 0 1rem 0;
}

.markdown-content h3 {
  font-size: 1.25rem; /* Reduced from 1.4rem */
  font-weight: 600;
  color: #ffffff;
  margin: 1.75rem 0 0.9rem 0;
}

/* Adjusted spacing for smaller headings */
.markdown-content p {
  color: #e0e0e0;
  margin-bottom: 1.5rem;
}

.markdown-content ul {
    list-style: disc;
}

.markdown-content ul,
.markdown-content ol {
  margin: 1.5rem 0;
  padding-left: 1.8rem;
}

.markdown-content li {
  margin-bottom: 0.6rem;
}

/* Rest of your existing styles... */
.markdown-content table {
  margin: 1.75rem 0;
}

.markdown-content pre {
  margin: 1.75rem 0;
  padding: 1.25rem;
}

.markdown-content img {
  margin: 2rem 0;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .markdown-content h1 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem 0;
  }

  .markdown-content h2 {
    font-size: 1.35rem;
    margin: 1.75rem 0 0.9rem 0;
  }

  .markdown-content h3 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.8rem 0;
  }

  .markdown-content {
    font-size: 1rem;
  }
}

.mb-2 {
    margin-bottom: 10px;
}

.match-list-item__inner {
    display: flex;
    gap: 50px;
    width: 100%;
}

@media (max-width: 880px) {
    .match-logo {
        justify-content: center;
        width: 100%;
    }

    .match-list-item__inner {
        flex-wrap: wrap;
    }
}

.auth-social-btns__inner {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-social-btns__item img  {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.auth-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 500px) {
    .shop-main {
        display: flex;
        flex-direction: column-reverse;
    }
}
