/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ============================================================
   NEWNEEK 클론 — Elementor post-info → meta/chip 매핑
   (루프 아이템 템플릿의 theme-post-info 위젯을 클론 카드 스타일에 맞춤)
   ============================================================ */
.meta .elementor-icon-list-items {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--sp-2);
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta .elementor-icon-list-item,
.meta .elementor-icon-list-text {
	font-size: var(--fs-xs);
	color: var(--text-subtle);
}
.meta .elementor-icon-list-item:first-child,
.meta .elementor-post-info__terms-list-item {
	font-weight: var(--fw-bold);
	color: var(--text-body);
}
.chip .elementor-icon-list-items {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
