/*!
Theme Name: Daily Sun Travel Child
Theme URI: https://dailysuntravel.com
Description: Child theme scaffold for Daily Sun Travel.
Author: Assem Ahmed
Author URI: mailto:assemahmed@icloud.com
Template: hello-elementor
Version: 1.0.0

Company: Daily Sun Travel
Slogan: Premium B2B Travel Partner in Egypt
Websites: https://dailysuntravel.com | https://egypttoptour.com
Address: 20 Elfalaki St. - Saad Zaghloul - Cairo, Egypt
Phones: (+2) 0227978282 / 0227900480 | (+2) 01006093134
Email: ceo@dailysuntravel.com

Developer: Assem Ahmed
Email: assemahmed@icloud.com
Phone: +201011667899
*/

.dst-content{min-width:0}
.dst-posts-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

.dst-post-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.dst-post-card-thumb img{
  width:100%;
  height:auto;
  display:block;
}

.dst-post-card-body{
  padding:20px;
}

.dst-post-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:14px;
  color:#6b7280;
  margin-bottom:12px;
}

.dst-post-card-title{
  font-size:clamp(22px, 2vw, 30px);
  line-height:1.3;
  margin:0 0 12px;
}

.dst-post-card-title a{
  color:#0f172a;
}

.dst-post-card-excerpt{
  color:#4b5563;
  line-height:1.8;
  margin-bottom:16px;
}

.dst-post-card-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  font-weight:600;
}

.dst-single-title{
  font-size:clamp(30px, 3vw, 46px);
  line-height:1.2;
  margin:0;
  color:#0f172a;
}

.dst-single-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  font-size:14px;
  color:#6b7280;
}

.dst-single-thumb img{
  width:100%;
  border-radius:20px;
}

.dst-single-content{
  line-height:1.9;
  color:#374151;
}

.dst-single-content h2,
.dst-single-content h3,
.dst-single-content h4{
  color:#0f172a;
  margin-top:28px;
}

.dst-comments-wrap{
  border-top:1px solid #e5e7eb;
  padding-top:32px;
}

.dst-comments-title{
  margin:0;
  color:#0f172a;
}

.dst-comments-list li{
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
  margin-bottom:16px;
  background:#fff;
}

.dst-comment-form p{
  margin-bottom:16px;
}

.dst-comment-form input[type="text"],
.dst-comment-form input[type="email"],
.dst-comment-form input[type="url"],
.dst-comment-form textarea{
  width:100%;
  border:1px solid #d1d5db;
  border-radius:14px;
  padding:12px 14px;
  font:inherit;
}

.dst-comment-submit{
  border:0;
  border-radius:999px;
  padding:12px 20px;
  background:#0f172a;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}