.elementor-68054 .elementor-element.elementor-element-2c09f05{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dd3af58 *//* ==========================================================================
   MiniHotel Blog Styles
   ========================================================================== */

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2b2b2b;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.blog-container {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 24px;
}

/* Intro
   ========================================================================== */
.intro p {
  font-size: 1.1rem;
  color: #3a3a3a;
  margin-bottom: 1.2rem;
}

/* Tip content
   ========================================================================== */
.tip-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.tip-content p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.tip-content ul {
  padding-left: 1.4rem;
  margin-bottom: 1.4rem;
}

.tip-content li {
  margin-bottom: 0.5rem;
}

.tip-content a,
.intro a,
.closing a {
  color: #2f6fed;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 111, 237, 0.3);
  transition: border-color 0.2s ease;
}

.tip-content a:hover,
.intro a:hover,
.closing a:hover {
  border-bottom-color: #2f6fed;
}

/* Closing
   ========================================================================== */
.closing {
  margin-top: 2.4rem;
}

.closing p {
  font-size: 1rem;
  color: #3a3a3a;
  margin-bottom: 1.2rem;
}

/* CTA
   ========================================================================== */
.cta-section {
  background-color: #f5f7fb;
  border-radius: 12px;
  padding: 32px 28px;
  margin: 3rem 0 2.5rem;
  text-align: center;
}

.cta-section p {
  font-size: 1.1rem;
  color: #1a1a1a;
  margin: 0 0 1.4rem;
  font-weight: 500;
}

.cta-button {
  display: inline-block;
  background-color: #2f6fed;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.cta-button:hover {
  background-color: #1f57c7;
}

/* Related
   ========================================================================== */
.related-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
}

.related-section h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
}

.related-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.related-card:hover {
  border-color: #cfd8ec;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.related-card-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.related-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.related-card-title {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.4;
}

.related-card-desc {
  font-size: 0.9rem;
  color: #6a6a6a;
}

/* Responsive
   ========================================================================== */
@media (max-width: 600px) {
  .blog-container {
    padding: 24px 16px;
  }
  .tip-content h2 {
    font-size: 1.3rem;
  }
  .related-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .related-card-img {
    width: 100%;
    height: 180px;
  }
}/* End custom CSS */