/*
Theme Name: DAS VIETNAM
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0.155
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: das_vietnam
*/

/* Nếu bạn muốn chỉnh riêng từng loại H1, H2, H3 trong bài viết */

 
body.single-post h2, 
body.single-post h3, 
body.single-post h4 {
    font-size: 32px !important;
    color: #232323!important;
}
 .ai-overview-box {
            background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 40px;
            margin-left: 10px;
            position: relative;
            box-shadow: 0 15px 35px rgba(37, 40, 64, 0.08);
            border-left: 6px solid #252840;
            border-top: 1px solid #e2e8f0;
            border-right: 1px solid #e2e8f0;
            border-bottom: 1px solid #e2e8f0;
        }

        .ai-overview-box::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: radial-gradient(circle, rgba(37, 40, 64, 0.03) 0%, transparent 70%);
            z-index: 0;
        }

        .ai-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }

        .ai-header i {
            font-size: 22px;
            background: linear-gradient(45deg, #252840, #4a5d9a);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: pulse-ai 2s infinite;
        }

        .ai-header span {
            font-weight: 800;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #252840;
        }

        .ai-content {
            position: relative;
            z-index: 1;
        }

        .ai-content ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .ai-content ul li {
            position: relative;
            padding-left: 0;
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 1.6;
            color: #444;
            display: flex;
            align-items: flex-start;
        }

        .ai-content ul li:last-child {
            margin-bottom: 0;
        }

        .ai-content ul li i {
            color: #252840;
            margin-right: 10px;
            font-size: 16px;
        }

 .verified-badge {
            display: inline-flex;
            align-items: center;
            background: #e6fffa;
            color: #234e52;
            padding: 5px 12px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 20px;
            border: 1px solid #b2f5ea;
        }

        .verified-badge i {
            margin-right: 6px;
            color: #38b2ac;
        }

        .semantic-keywords {
            background: #fdfdfd;
            border: 1px dashed #ced4da;
            padding: 25px;
            border-radius: 8px;
            margin: 40px 0;
        }

        .keyword-item {
            background: #fff;
            border: 1px solid #eee;
            padding: 4px 12px;
            border-radius: 4px;
            display: inline-block;
            margin: 4px;
            font-size: 14px;
            color: #666;
            transition: all 0.3s ease;
        }

        .keyword-item:hover {
            border-color: #252840;
            color: #252840;
        }

        .authority-links a {
            font-size: 15px;
            color: #252840;
            text-decoration: underline;
            margin-right: 20px;
            font-weight: 600;
        }
.customer-table-container { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); overflow-x: auto; margin-top: 50px; }
    .customer-table { width: 100%; border-collapse: collapse; font-size: 14px; }
    .customer-table th { 
        background-color: #f8f9fa; color: #232323; font-weight: 700; padding: 15px; text-align: left; border-bottom: 2px solid #edeff2; 
        
        }
    .customer-table td { 
        padding: 15px; border-bottom: 1px solid #edeff2; color: #626262; vertical-align: top;
        max-width: 200px; /* Bạn có thể chỉnh độ rộng tối đa của cột tại đây */
    vertical-align: middle;
         }
    .status-badge { padding: 4px 4px; border-radius: 4px; font-size: 9px; font-weight: 700; text-transform: uppercase; }
    .status-active { background-color: #e8f5e9; color: #2e7d32; }
    .status-revoked { background-color: #ffebee; color: #c62828; }
    .iso-badge { background-color: #e3f2fd; color: #1976d2; padding: 2px 6px; border-radius: 3px; font-size: 11px; margin-right: 5px; display: inline-block; }
    .search-container { margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; }
    .search-input { width: 100%; max-width: 400px; padding: 12px 20px; border: 1px solid #ddd; border-radius: 30px; }

