#header{#motivational-quote-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .quote-content {
        display: inline-flex;
        align-items: center;
        background-color: #f8f9fa; /* Nền xám nhạt tinh tế */
        border-left: 4px solid #e74c3c; /* Đường viền đỏ/cam tạo năng lượng */
        padding: 8px 16px;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        max-width: 100%;
    }

    .quote-icon {
        margin-right: 10px;
        font-size: 16px;
    }

    #daily-quote {
        font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: #4a4a4a;
        font-style: italic;
        font-weight: 500;
        line-height: 1.4;
    }

    /* Tùy chỉnh cho màn hình điện thoại (Mobile Responsive) */
    @media (max-width: 768px) {
        .quote-content {
            flex-direction: column;
            text-align: center;
            border-left: none;
            border-top: 3px solid #e74c3c;
            padding: 8px 12px;
        }
        .quote-icon {
            margin-right: 0;
            margin-bottom: 4px;
        }
        #daily-quote {
            font-size: 13px; /* Thu nhỏ text một chút trên mobile */
        }
    };}.panel, .well, .nv-block-banners{#motivational-quote-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .quote-content {
        display: inline-flex;
        align-items: center;
        background-color: #f8f9fa; /* Nền xám nhạt tinh tế */
        border-left: 4px solid #e74c3c; /* Đường viền đỏ/cam tạo năng lượng */
        padding: 8px 16px;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        max-width: 100%;
    }

    .quote-icon {
        margin-right: 10px;
        font-size: 16px;
    }

    #daily-quote {
        font-family: &#039;Segoe UI&#039;, Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: #4a4a4a;
        font-style: italic;
        font-weight: 500;
        line-height: 1.4;
    }

    /* Tùy chỉnh cho màn hình điện thoại (Mobile Responsive) */
    @media (max-width: 768px) {
        .quote-content {
            flex-direction: column;
            text-align: center;
            border-left: none;
            border-top: 3px solid #e74c3c;
            padding: 8px 12px;
        }
        .quote-icon {
            margin-right: 0;
            margin-bottom: 4px;
        }
        #daily-quote {
            font-size: 13px; /* Thu nhỏ text một chút trên mobile */
        }
    };}