.cdd-drawer:not(.cdd-drawer--has-tab-border) .cdd-drawer__handle,
.cdd-drawer:not(.cdd-drawer--has-tab-border) .cdd-drawer__handle:hover {
	border-width: 0 !important;
	border-style: none !important;
	border-color: transparent !important;
}

.cdd-drawer__grip {
	color: inherit;
	background: currentColor;
}

.cdd-drawer__pull-icon {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	pointer-events: none;
}

.cdd-drawer__pull-icon svg,
.cdd-drawer__close-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.cdd-drawer--edge-bottom .cdd-drawer__pull-icon {
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.cdd-drawer--edge-top .cdd-drawer__pull-icon {
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.cdd-drawer--vertical .cdd-drawer__pull-icon {
	top: 50%;
	transform: translateY(-50%);
}

.cdd-drawer--edge-left .cdd-drawer__pull-icon {
	right: 5px;
}

.cdd-drawer--edge-right .cdd-drawer__pull-icon {
	left: 5px;
}

.cdd-drawer--edge-bottom.cdd-drawer--pull-icon .cdd-drawer__toggle {
	padding-top: 26px;
}

.cdd-drawer--edge-top.cdd-drawer--pull-icon .cdd-drawer__toggle {
	padding-bottom: 26px;
}

.cdd-drawer__close-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cdd-drawer__panel {
	border-width: 0;
	border-style: none;
	border-color: transparent;
}
