/*
Theme Name: GL Wiki
Theme URI: 
Author: GL Wiki
Description: Custom theme for the Thai GL Wiki — actress, series, ship, and company profiles with a pink editorial look.
Version: 1.5.0
Text Domain: gl-wiki-theme
*/

body {
	font-family: 'Inter', sans-serif;
	background: #FAFAFB;
}

.glwiki-card {
	transition: transform .15s ease, box-shadow .15s ease;
}
.glwiki-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px -5px rgba(219,39,119,0.12), 0 4px 8px -4px rgba(0,0,0,0.06);
}

.glwiki-ship-dots {
	background-image: radial-gradient(circle, #f472b6 1.5px, transparent 1.5px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	background-position: center;
}

.glwiki-placeholder-photo {
	background: linear-gradient(135deg, #fce7f3, #fdf2f8);
}

.glwiki-poster-shadow {
	box-shadow: 0 10px 24px -8px rgba(0,0,0,0.25);
}

/* Comment form + list, kept simple and on-brand */
.glwiki-comments textarea,
.glwiki-comments input[type="text"],
.glwiki-comments input[type="email"] {
	width: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 13px;
	margin-bottom: 8px;
	font-family: 'Inter', sans-serif;
}
.glwiki-comments .comment-form-cookies-consent { font-size: 12px; color: #888; }
.glwiki-comments .submit {
	background: #ec4899;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}
