/*
Theme Name: Ubadau v3.4
Author: ChatGPT
Version: 1.4
Description: Bản hoàn chỉnh: có breadcrumb SEO, sidebar đầy đủ, footer 3 cột
*/

body {
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #fff;
}
a {
  color: #0056b3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
}
h1{
	font-size: 1.8rem;
}
h2{
	font-size: 1.5rem;
}
.navbar-nav {
  gap: 1rem;
}
footer {
  font-size: 14px;
}
aside {
  padding-left: 1rem;
  border-left: 1px solid #ccc;
}
.widget {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.widget-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  border-left: 3px solid #0056b3;
  padding-left: 0.5rem;
  color: #0056b3;
}
.post-item {
  margin-bottom: 2.5rem;
}
.post-thumbnail {
  max-height: 180px;
  object-fit: cover;
}
.breadcrumb-wrapper {
  background-color: #f1efee !important;
  padding: 15px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
}
.breadcrumb-wrapper .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-wrapper a {
  color: #007bff;
  text-decoration: none;
}
.breadcrumb-wrapper a:hover {
  text-decoration: underline;
}

