/* ป้าย NEW ขนาดเล็ก */
		.label-xs {
			font-size: 14px;
			padding: 2px 5px;
			vertical-align: middle;
			display: inline-block;
			margin-right: 6px;
		}

		/* ขนาดไอคอนและตัวหนังสือ */
		.news-item {
			font-size: 16px;
			margin-bottom: 10px;
			line-height: 1.4;
		}

		.news-icon {
			margin-right: 6px;
			color: #337ab7;
			/* สีไอคอน */
		}

		.panel-box {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}

		.panel {
			width: 100%;
			max-width: 560px;
			margin-bottom: 30px;
			text-align: center;
		}

		.panel iframe,
		.panel img {
			width: 100%;
			height: 315px;
			object-fit: cover;
			border-radius: 10px;
		}

		.circle-button {
			margin-top: 10px;
		}

		.col-center {
			margin: 0 auto;
			float: none;
		}

		iframe {
			width: 100%;
			height: 800px;
			border: none;
		}


		.image-wrapper {
			position: relative;
			width: 100%;
			aspect-ratio: 16 / 9;
			overflow: hidden;
			border-radius: 8px;
		}

		.image-wrapper::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url('images/content/EbookRG2568.jpg');
			background-size: cover;
			background-position: center;
			filter: blur(20px);
			transform: scale(1.2);
			z-index: 1;
		}

		.image-wrapper img {
			position: relative;
			z-index: 2;
			max-height: 100%;
			max-width: 100%;
			object-fit: contain;
			display: block;
			margin: 0 auto;
		}