/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.on-expiry-panel .components-base-control {
	margin-bottom: 8px;
}

.my-popover-content-classname {
    width: max-content;
}
.block-editor-block-inspector .until-since .components-base-control {
	margin-bottom: 0;
}
.tc-inside-panel {
    margin: 0 -16px;
}
.box {
	width: 250px !important;
}
.box > * {
	flex: 1 1 100px;
}
.textLabel {
	min-width: 100px;
}
.relativeHelp {
    margin-top: calc(8px);
    font-size: 12px;
    font-style: normal;
    color: rgb(117, 117, 117);
    margin-bottom: revert;
}

.tcp-no-margin {
    margin: 0 !important;
}