.logo-text {
    font-size: 1.35rem;
    font-weight: 600;
}
.input-search-wrapper {
    max-width: 280px;
}
.input-search::placeholder {
    color: #eee;
}

/* Override màu primary (link, breadcrumb, icon active...) */
/* :root {
    --color-primary: #16a34a;
} */

/* Override trực tiếp các class Tailwind đang dùng */
/* a {
    color: #16a34a !important;
}
a:hover {
    color: #15803d !important;
} */

/* Header / Navbar background */
/* header,
nav {
    background-color: #14532d !important;
} */

/* Breadcrumb active color */
/* .text-gray-600 {
    color: #15803d !important;
} */
