 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            color: #333333;
            background-color: #f5f5f5;
        }
        .about-hero-area {
	background-position: center top;
	position: relative;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-image: url('/plugins/img/news.jpg');
	background-repeat: no-repeat;
}

        .about-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            text-align: left;
        }
        .about-hero-content h1 {
            font-size: 48px;
            color: #000000;
            margin-bottom: 30px;
            font-weight: 400;
            font-family: 'Work Sans', sans-serif;
        }
        .about-hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: rgb(255, 255, 255);
            color: #000000;
            border: 1px solid #ffffff;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .about-hero-btn:hover {
            background-color: #ffffff;
            color: #333333;
        }
        .news-detail-area {
                padding: 20px 20px 50px 20px;
            background-color: #f5f5f5;
        }
        .news-detail-wrapper {
            max-width: 1500px;
            margin: 0 auto;
        }
        .news-detail-container {
            display: flex;
            gap: 30px;
        }
        .news-main {
            flex: 1;
        }
        .news-card {
            background-color: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            padding: 50px;
        }
        .news-sidebar {
            width: 360px;
            flex-shrink: 0;
        }
        .news-sidebar .sidebar-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            margin-bottom: 20px;
        }
        .news-header {
            padding-bottom: 30px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 30px;
        }
        .news-title {
            font-size: 28px;
            color: #333333;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 20px;
        }
        .news-meta {
            display: flex;
            align-items: center;
            gap: 20px;
            font-size: 14px;
            color: #999999;
        }
        .news-meta .date {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .news-meta .date svg {
            width: 16px;
            height: 16px;
        }
        .news-content {
            font-size: 16px;
            color: #666666;
            line-height: 1.9;
        }
        .news-content p {
            margin-bottom: 24px;
            text-align: justify;
        }
        .news-content p:last-child {
            margin-bottom: 0;
        }
        .news-content h3 {
            font-size: 20px;
            color: #333333;
            font-weight: 600;
            margin: 30px 0 20px;
        }
        .news-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 20px 0;
        }
        .copy-section {
            margin-top: 40px;
            padding: 24px;
            background-color: #f8f9fa;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }
        .copy-label {
            font-size: 14px;
            color: #666666;
        }
        .copy-url {
            flex: 1;
            min-width: 200px;
            max-width: 500px;
            padding: 10px 15px;
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            font-size: 14px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .copy-btn {
            padding: 10px 24px;
            background-color: #007bff;
            color: #ffffff;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .copy-btn:hover {
            background-color: #0069d9;
        }
        .copy-btn.copied {
            background-color: #28a745;
        }
        .back-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 30px;
            font-size: 14px;
            color: #666666;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        .back-link:hover {
            color: #007bff;
        }
        .back-link svg {
            width: 14px;
            height: 14px;
        }
        @media screen and (max-width: 1200px) {
            .news-sidebar {
                display: none;
            }
        }
        @media screen and (max-width: 768px) {
            .about-hero-area {
                height: 300px;
                background-image: url(/plugins/img/news-mobile.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .about-hero-video {
                display: none;
            }
            .about-hero-content h1 {
                font-size: 28px;
                margin-bottom: 20px;
            }
            .about-hero-btn {
                padding: 10px 24px;
                font-size: 14px;
            }
            .news-detail-area {
                padding: 40px 15px;
            }
            .news-card {
                padding: 30px 20px;
            }
            .news-title {
                font-size: 22px;
            }
            .news-meta {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
            .news-content {
                font-size: 15px;
            }
            .copy-section {
                flex-direction: column;
                align-items: stretch;
            }
            .news-sidebar {
                display: none;
            }
            .copy-url {
                max-width: 100%;
            }
            .copy-btn {
                width: 100%;
            }
        }
        @media screen and (max-width: 480px) {
            .about-hero-content h1 {
                font-size: 22px;
            }
            .news-title {
                font-size: 20px;
            }
        }