.vzw-widget-container { background: #f5f2eb; border-radius: 10px; padding: 12px; font-family: Arial, sans-serif; max-width: 400px; color: #000; box-sizing: border-box; margin-bottom: 20px; font-size: 14px; }
.vzw-return-widget { border: 1px solid #ece7dd; }
.vzw-selector-closed-widget { padding: 12px; }
.vzw-status-widget { padding: 16px; }
.vzw-header { display: flex; align-items: center; }
.vzw-header h2 { font-size: 18px; font-weight: bold; margin: 0; flex: 1; }
.vzw-chevron { width: 14px; height: 14px; display: inline-block; margin-right: 0; position: relative; flex: 0 0 14px; }
.vzw-chevron::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin-right: 0;
	margin-top: -2px;
	position: relative;
}
.vzw-chevron.up::after {
	transform: rotate(225deg);
	margin-top: 4px;
}

.accordion-container .tab-label::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(45deg);
	margin-right: 4px;
	position: relative;
}
.accordion-container .expand-category::after {
	transform: rotate(225deg);
	margin-top: 10px;
}

.vzw-status-card { margin-top: 0; }
.vzw-insight-title { margin: 0 0 16px; font-size: 20px; line-height: 24px; font-weight: 700; color: #000; letter-spacing: 0; }
.vzw-status-widget .vzw-insight-title { font-size: 20px; line-height: 24px; }
.vzw-ai-insight-box { background: #fff; border: 1px solid #e6e2da; border-radius: 10px; padding: 12px; }
.vzw-ai-insight-box p { margin: 0 0 4px; font-size: 14px; line-height: 20px; color: #000; font-weight: 400; }
.vzw-ai-feedback { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 14px; line-height: 20px; color: #333; }
.vzw-ai-feedback-btn { border: 0; background: transparent; font-size: 14px; cursor: pointer; padding: 0; line-height: 1; }
.vzw-ai-disclaimer { margin-top: 12px; font-size: 14px; line-height: 20px; color: #333; }

.vzw-cta-group { display: flex; gap: 8px; margin-top: 16px; }
.vzw-cta-group .vzw-btn-primary,
.vzw-cta-group .vzw-btn-secondary { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 32px; padding: 7px 14px; border-radius: 999px; font-size: 14px; line-height: 16px; font-weight: 700; text-decoration: none; text-align: center; white-space: nowrap; }
.vzw-status-card .vzw-btn-primary,
.vzw-status-card .vzw-btn-secondary { flex: 0 0 auto; min-height: 32px; padding: 7px 14px; border-radius: 999px; font-size: 14px; line-height: 16px; font-weight: 700; text-decoration: none; text-align: center; white-space: nowrap; }
.vzw-cta-group .vzw-btn-primary,
.vzw-cta-group .vzw-btn-primary:link,
.vzw-cta-group .vzw-btn-primary:visited,
.vzw-cta-group .vzw-btn-primary:hover,
.vzw-cta-group .vzw-btn-primary:active,
.vzw-cta-group .vzw-btn-primary:focus,
.vzw-status-card .vzw-btn-primary,
.vzw-status-card .vzw-btn-primary:link,
.vzw-status-card .vzw-btn-primary:visited,
.vzw-status-card .vzw-btn-primary:hover,
.vzw-status-card .vzw-btn-primary:active,
.vzw-status-card .vzw-btn-primary:focus {
	background: #000;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	text-decoration: none;
}
.vzw-cta-group .vzw-btn-primary *,
.vzw-status-card .vzw-btn-primary * {
	color: inherit !important;
	-webkit-text-fill-color: inherit;
}
.vzw-btn-secondary { background: transparent; border: 1px solid black; color: #000; cursor: pointer; }

.vzw-selector-closed-header { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; cursor: pointer; }
.vzw-selector-heading { margin: 0; font-size: 15px; line-height: 19px; font-weight: 700; letter-spacing: 0; max-width: 58%; }
.vzw-selector-header-right { display: flex; align-items: center; gap: 6px; }
.vzw-selector-thumbs { display: flex; align-items: center; }
.vzw-selector-thumb { width: 32px; height: 32px; border-radius: 999px; object-fit: cover; border: 1px solid #d8d4cc; margin-left: -10px; background: #fff; flex-shrink: 0; }
.vzw-selector-thumbs .vzw-selector-thumb:first-child { margin-left: 0; }
.vzw-selector-count { display: inline-flex; align-items: center; justify-content: center; min-width: 0; height: auto; padding: 0; margin-left: 4px; background: transparent; border-radius: 0; font-size: 12px; line-height: 1; font-weight: 700; color: #000; }
.vzw-selector-list-wrap { margin-top: 16px; }
.vzw-selector-closed-header .vzw-chevron {
	margin-left: 4px;
	padding-left: 10px;
	border-left: 1px solid #d8d4cc;
	width: 16px;
	height: 16px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
}
.vzw-selector-closed-header .vzw-chevron::after {
	width: 9px;
	height: 9px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: calc(50% + 5px);
	transform: translate(-50%, -60%) rotate(45deg);
}
.vzw-selector-closed-header .vzw-chevron.up::after {
	margin: 0;
	transform: translate(-50%, -40%) rotate(225deg);
}

/* Accordion trigger row */
.vzw-accordion-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 12px 0; cursor: pointer; user-select: none; }
.vzw-list-toggle-row { border-top: 1px solid #d8d4cc; border-bottom: 1px solid #d8d4cc; padding: 12px 0; }
.vzw-list-toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	overflow: hidden;
}
.vzw-list-toggle-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}
.vzw-accordion-thumbs { display: flex; align-items: center; }
.vzw-accordion-thumb { width: 32px; height: 32px; object-fit: contain; border: 1px solid #e0e0e0; border-radius: 4px; margin-right: -6px; background: #fff; }
.vzw-accordion-thumbs .vzw-accordion-thumb:last-child { margin-right: 0; }
.vzw-accordion-label { flex: 1; font-size: 14px; font-weight: 500; margin-left: 10px; }
.vzw-accordion-row .vzw-chevron { margin-left: auto; }
.vzw-accordion-row .vzw-chevron,
.vzw-list-toggle-row .vzw-chevron {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.vzw-accordion-row .vzw-chevron::after,
.vzw-list-toggle-row .vzw-chevron::after {
	width: 9px;
	height: 9px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%) rotate(45deg);
}
.vzw-accordion-row .vzw-chevron.up::after,
.vzw-list-toggle-row .vzw-chevron.up::after {
	margin: 0;
	transform: translate(-50%, -40%) rotate(225deg);
}

/* Expanded device list */
.vzw-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.vzw-accordion-content.is-open { max-height: 1200px; }

.vzw-device-list { margin-top: 0; }
.vzw-device-item { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px solid #d8d4cc; cursor: pointer; }
.vzw-device-item img { width: 72px; height: 72px; object-fit: cover; margin-right: 10px; border-radius: 4px; background: #fff; }
.vzw-device-text { flex: 1; min-width: 0; }
.vzw-name { display: block; font-weight: 700; font-size: 14px; line-height: 18px; color: #000; }
.vzw-date { display: block; font-size: 14px; line-height: 20px; color: #6f6f6f; margin-top: 2px; }
.vzw-arrow { font-size: 16px; color: #444; margin-left: 8px; }

.vzw-selector-list-wrap .vzw-device-item:first-child { border-top: 1px solid #d8d4cc; }
.vzw-not-found-row { display: flex; align-items: center; gap: 8px; padding: 12px 0 0; }
.vzw-not-found-icon { position: relative; width: 16px; height: 16px; display: inline-flex; flex: 0 0 16px; align-items: center; justify-content: center; top: 1px;}
.vzw-not-found-icon svg { width: 16px; height: 16px; display: block; fill: #000; margin-top: 20px;}
.vzw-not-found-link { display: inline-block; font-size: 14px; line-height: 20px; color: #000; text-decoration: underline; }
.vzw-footer-not-found-row { padding-top: 16px; }
.vzw-footer-not-found-row .vzw-footer-link { margin-top: 0; display: inline-block; }

@media (max-width: 767px) {
	.vzw-widget-container {
		padding: 12px;
	}

	.vzw-status-widget {
		padding: 16px;
	}

	.vzw-selector-closed-widget {
		padding: 12px;
	}

	.vzw-selector-heading {
		font-size: 15px;
		line-height: 19px;
	}

	.vzw-selector-thumb {
		width: 32px;
		height: 32px;
		margin-left: -10px;
	}
	.vzw-selector-thumbs .vzw-selector-thumb:first-child {
		margin-left: 0;
	}

	.vzw-selector-list-wrap {
		margin-top: 12px;
	}

	.vzw-device-item {
		padding: 12px 0;
	}

	.vzw-not-found-row {
		padding-top: 16px;
	}

	.vzw-insight-title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 24px;
	}

	.vzw-status-widget .vzw-list-toggle-row,
	.vzw-status-widget .vzw-cta-group,
	.vzw-status-widget .vzw-ai-disclaimer,
	.vzw-status-widget .vzw-footer-link {
		margin-top: 16px;
	}

	.vzw-status-widget .vzw-accordion-row {
		padding: 12px 0;
	}
}

@media (max-width: 380px) {
	.vzw-insight-title { font-size: 20px; line-height: 34px; }
}
.vzw-empty-state h2 { margin: 0 0 12px; font-size: 20px; line-height: 36px; font-weight: 700; color: #000; letter-spacing: 0; }
.vzw-empty-state p { margin: 0 0 16px; font-size: 14px; line-height: 20px; color: #000; }
.vzw-journey-link { display: block; margin-top: 12px; font-size: 14px; color: #000; text-decoration: underline; }
.vzw-footer-link { display: block; margin-top: 15px; font-size: 14px; color: black; text-decoration: underline; }
.vzw-btn-back { background: none; border: none; text-decoration: none; cursor: pointer; margin-top: 20px; padding: 0; display: flex; align-items: center; gap: 6px; font-size: 14px; }
.vzw-btn-back::before { content: '←'; font-size: 16px; }

.vzw-status-widget .vzw-list-toggle-row { margin-top: 12px; border-bottom: 0; padding: 14px 0 0; }
.vzw-status-widget .vzw-accordion-row { padding: 14px 0 0; }
.vzw-status-widget .vzw-footer-link { margin-top: 16px; }
.vzw-status-widget .vzw-accordion-content.is-open { margin-top: 0; }
.vzw-status-widget .vzw-accordion-content .vzw-device-item:first-child { border-top: 1px solid #d8d4cc; }