/**
 * RSS Post Importer Shortcode Styles
 */

.rss-pi-shortcode-wrapper {
	margin: 20px 0;
	padding: 0;
}

.rss-pi-feed-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.rss-pi-feed-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

li.rss-pi-feed-item:last-child {
	border-bottom: none;
}

.rss-pi-item-link {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.6;
	transition: color 0.2s ease;
	display: block;
}

.rss-pi-item-link:hover {
	color: #0073aa;
	text-decoration: underline;
}

.rss-pi-error,
.rss-pi-no-posts {
	padding: 15px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
	margin: 10px 0;
}

.rss-pi-no-posts {
	background: #f8f9fa;
	border-color: #dee2e6;
	color: #6c757d;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.rss-pi-item-link {
		font-size: 14px;
	}
}
