/**
 * Styles for the "Familiares" tab on the UMP account page.
 */

.cdoq-family-tab {
	padding: 20px 0;
}

.cdoq-family-tab h3 {
	margin-bottom: 20px;
}

.cdoq-family-tab-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.cdoq-family-tab-table th,
.cdoq-family-tab-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

.cdoq-family-tab-table th {
	font-weight: 600;
	background: #f5f5f5;
}

.cdoq-family-tab-empty {
	color: #666;
	font-style: italic;
	margin-bottom: 20px;
}

.cdoq-family-tab-actions {
	margin-top: 15px;
}

.cdoq-btn-add-family {
	display: inline-block;
	padding: 10px 24px;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
}

.cdoq-btn-add-family:hover {
	background: #135e96;
	color: #fff;
}

.cdoq-libro-familia-section {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e0e0e0;
}

.cdoq-libro-familia-section h3 {
	margin-bottom: 16px;
}

.cdoq-libro-familia-list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.cdoq-libro-familia-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	max-width: 200px;
}

.cdoq-libro-familia-item img {
	max-width: 180px;
	max-height: 180px;
	height: auto;
	display: block;
	border: 1px solid #ccd0d4;
	padding: 2px;
	background: #fff;
}

.cdoq-libro-familia-name {
	font-size: 13px;
	word-break: break-word;
}

.cdoq-libro-familia-btn {
	display: inline-block;
	padding: 8px 16px;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
}

.cdoq-libro-familia-btn:hover {
	background: #135e96;
	color: #fff;
}
