/*
Theme Name: JZ Vapes Child
Template: jzvapes
Version: 1.0
*/

@import url("../jzvapes/style.css");

/* ── Table ── */
.custom-table {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.custom-table thead { background-color: #1f3c88; color: white; }
.custom-table tbody tr:nth-child(odd) { background-color: #f2f2f2; }
.custom-table tbody tr:hover { background-color: #d6e0f0; transition: 0.3s; }
.custom-table th {
	white-space: nowrap;
	background-color: #1f3c88 !important;
	color: white !important;
}
.custom-table td { white-space: nowrap; vertical-align: middle; }
.custom-table .table>:not(caption)>*>* { background-color: unset !important; }

/* ── Responsive ── */
@media(max-width:980px){
	.bc-account-content { padding-left: 0; }
}
@media(max-width:768px){
	.link-generator-input-row { flex-direction: column; }
	.custom-url-input { min-width: 100%; }
}
@media(max-width:475px){
	.page-id-49 .et_pb_row { width: 90%; }
}