:where(.v-theme--cnam, .v-theme--pa, .v-theme--ap, .v-theme--ap2026):where(.v-btn--icon) {
	color: rgb(var(--v-theme-primary));
	transition: color 0.2s ease;
}

:where(.v-theme--cnam, .v-theme--pa, .v-theme--ap, .v-theme--ap2026) .v-btn--icon .v-icon {
	color: currentcolor;
	transition: color 0.2s ease;
}

:where(.v-theme--cnam, .v-theme--pa, .v-theme--ap, .v-theme--ap2026) .v-btn--icon:hover {
	opacity: 0.8;
}

:where(.v-theme--cnam, .v-theme--pa, .v-theme--ap, .v-theme--ap2026) .v-icon {
	transition: color 0.2s ease;
}

:where(.v-theme--cnam, .v-theme--pa, .v-theme--ap, .v-theme--ap2026) .v-btn--icon .v-ripple__animation {
	background-color: currentcolor !important;
	opacity: 0.18;
}
