.more-link {
  font-size: 0 !important;
}

.more-link:after {
  content: "კითხვის გაგრძელება →";
  font-size: 24px;
}

/* ===== MOBILE APP STYLE ===== */

@media (max-width: 768px) {

  /* Menu Style */
  .main-menu {
    background: rgba(0,20,15,0.82) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 12px;
    margin: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.35);
  }

  /* Menu Items */
  .main-menu a {
    font-size: 17px !important;
    line-height: 2.2;
    letter-spacing: 0.4px;
  }

  /* Header */
  .header {
    border-radius: 0 0 25px 25px;
    overflow: hidden;
  }

  /* Site Title */
  .site-title {
    font-size: 30px !important;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
  }

  /* Post Cards */
  .post {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(0,0,0,0.15);
    margin-bottom: 22px;
    transition: transform 0.3s ease;
  }

  /* Smooth Hover */
  .post:hover {
    transform: translateY(-3px);
  }

  /* Reading Button */
  .more-link:after {
    background: rgba(180,140,255,0.18);
    padding: 8px 14px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 10px;
  }

}
.site-title a{
    color:#ffffff !important;
    font-weight:700 !important;

    text-shadow:
    1px 1px 0 rgba(212,175,55,0.9),
    2px 2px 0 rgba(160,120,20,0.7),
    0 0 4px rgba(212,175,55,0.3);
}
.site-description {
    color: #ffffff !important;
    opacity: 1 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap;

    text-shadow:
        0 0 1px #d4af37,
        0 0 3px rgba(212,175,55,0.5),
        0 0 6px rgba(212,175,55,0.25);
}
.main-menu a {

    text-shadow:
        0 0 2px rgba(212,175,55,0.25);

}
.main-menu a:hover,
.primary-menu a:hover,
.menu a:hover {

    text-shadow:
        0 0 5px #d4af37,
        0 0 10px #d4af37,
        0 0 15px rgba(212,175,55,0.7);

	.gt_float_switcher,
.gtranslate_wrapper,
.gtranslate-container {
  display: none !important;
}
