/* Golf in Colors – Star Path: estilos del front-end */

.gic-box {
	background: #F7F5EF;
	border: 1px solid #E1DBC9;
	border-radius: 10px;
	padding: 20px 22px;
	margin-bottom: 20px;
}

.gic-panel {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.gic-child-card h3 {
	margin-top: 0;
}

.gic-form p {
	margin: 0 0 14px;
}

.gic-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.gic-form input[type="text"],
.gic-form input[type="email"],
.gic-form input[type="password"],
.gic-form input[type="date"],
.gic-form input[type="file"],
.gic-form textarea {
	width: 100%;
	max-width: 420px;
	padding: 8px 10px;
	border: 1px solid #CBC3AA;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}

.gic-form textarea {
	max-width: 600px;
}

.gic-consent label {
	display: flex;
	gap: 8px;
	font-weight: 400;
	align-items: flex-start;
}

.gic-btn {
	display: inline-block;
	background: #2B6E4E;
	color: #fff;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
}

.gic-btn:hover,
.gic-btn:focus {
	background: #215A3F;
	color: #fff;
}

.gic-btn-outline {
	background: transparent;
	color: #2B6E4E;
	border: 2px solid #2B6E4E;
	padding: 8px 16px;
}

.gic-btn-outline:hover,
.gic-btn-outline:focus {
	background: #2B6E4E;
	color: #fff;
}

.gic-btn-small {
	padding: 6px 12px;
	font-size: 13px;
}

.gic-notice {
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 18px;
	font-weight: 600;
}

.gic-notice-ok {
	background: #DEEBE2;
	color: #153A28;
}

.gic-notice-error {
	background: #F8DEDA;
	color: #7A2318;
}

.gic-color-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.gic-dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--gic-color, #2B6E4E);
	display: inline-block;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.gic-message {
	font-style: italic;
	color: #54604F;
}

.gic-plan pre {
	white-space: pre-wrap;
	background: #F1ECE0;
	padding: 14px;
	border-radius: 8px;
	font-family: inherit;
	font-size: 14px;
}

.gic-pending {
	color: #9A5B23;
	font-weight: 600;
}

.gic-file-field .gic-hint {
	font-weight: 400;
	color: #54604F;
	font-size: 13px;
	display: block;
}

.gic-color-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.gic-color-choice {
	display: flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #CBC3AA;
	border-radius: 20px;
	padding: 8px 14px;
	cursor: pointer;
	font-weight: 400;
}

.gic-color-choice input {
	margin: 0;
}

.gic-video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
	margin: 16px 0;
}

.gic-video-item video {
	width: 100%;
	border-radius: 8px;
	background: #000;
}

.gic-table-wrap {
	overflow-x: auto;
}

.gic-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	min-width: 420px;
}

.gic-table th,
.gic-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #E1DBC9;
}
