/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/block-library/custom/download-time-schedule-button/style.css ***!
  \**********************************************************************************************************************************************************************************************************************/
.download-time-schedule {
	/* Reset button styles */
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;

	display: flex;
	align-items: center;
	gap: 0.5rem;

	border-radius: 5rem;
	background-color: var(--wp--preset--color--primary);

	padding: 0.375em 1.5em;

	font-size: var(--wp--preset--font-size--medium);
	font-weight: bold;
	color: var(--wp--preset--color--white);

	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.download-time-schedule__icon {
	width: 1.5rem;
	height: 1.5rem;
}

.download-time-schedule__icon path {
	fill: var(--wp--preset--color--white);
}


/*# sourceMappingURL=style-index.css.map*/