@use "../../../deps/js/components/src/variables" as *;

/**
 * Custom elements
 */
.password-reset-enforcement-settings-container {
	flex: 1;

	/**
	 * Action logs
	 */
	&__action-logs {
		background-color: #fff;
		border: 1px solid $border-color;
		padding: 16px;
		margin: 0 0 16px;

		h2 {
			margin: 0;
			font-size: 13px;
			display: flex;
			justify-content: space-between;
		}

		.components-notice {
			margin: 1rem 0 0;
		}
	}

	/**
	 * Progress bar
	 */
	&__progress-bar {
		background-color: $border-color;
		border-radius: 2px;
		overflow: hidden;
		margin-top: 8px;
	}

	&__progress-bar-value {
		height: 6px;
		background-color: var(--wp-admin-theme-color);
	}

	/**
	 * Bottom actions
	 */
	&__bottom-actions {
		margin-top: 16px;
	}

	/**
	 * Cross-sell notice
	 */
	&__cross-sell-notice.components-notice {
		border-top: 1px solid $border-color;
		border-right: 1px solid $border-color;
		border-bottom: 1px solid $border-color;
		margin-bottom: 1rem;

		.components-notice__content h2 {
			margin-top: 0.25rem;
		}

		.components-notice__actions {
			margin-top: 1rem;

			a:first-child {
				margin-left: 0;
			}
		}
	}

	/**
	 * Adjustments - needs review from time to time
	 */
	.components-disabled {
		opacity: 0.5;
	}
}
