/*
Theme Name: Tao Anh Dep V2
Theme URI: https://taoanhdep.com/
Author: Tao Anh Dep
Author URI: https://taoanhdep.com/
Description: Theme giao dien Tao Anh Dep toi uu trang chu, cong cu tao anh va quang cao.
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taoanhdep-v2
Tags: custom-logo, custom-menu, featured-images, blog
*/

.card.tad-page-header {
    background: #fff;
    border: 1px solid #e8edf4 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 3px rgba(31,45,65,.05) !important;
    overflow: hidden;
}

.tad-page-header .card-body {
    padding: 18px 20px;
}

.tad-page-header h1 {
    color: #1f2937;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 7px;
}

.tad-page-header .archive-description {
    color: #667085;
    font-size: 15px;
    line-height: 1.55;
}

.tad-page-header .archive-description p {
    margin: 0 0 10px;
}

.tad-page-header .archive-description p:last-child {
    margin-bottom: 0;
}

.tad-page-header .archive-description a {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    color: #0d6efd;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.tad-page-header .archive-description a:hover {
    background: #f8fbff;
    border-color: #b6d4fe;
    color: #0b5ed7;
    transform: translateY(-1px);
}

.tad-page-header .archive-description a i {
    background: transparent;
    color: inherit;
    height: auto;
    min-width: 16px;
    width: auto;
}

@media (max-width: 576px) {
    .card.tad-page-header {
        margin: 0 12px 14px;
    }

    .tad-page-header .card-body {
        padding: 16px 14px;
    }

    .tad-page-header h1 {
        font-size: 20px;
    }

    .tad-page-header .archive-description {
        font-size: 14px;
    }
}
