@import '../_partials/index';

:global {
	.Updater {
		padding: 60px 60px 40px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		@include theme-color-gray-else-gray15;
		font-weight: 300;

		a {
			font-weight: 500;
			white-space: nowrap;
		}

		p {
			margin: 10px 0;
		}

		.LocalMark {
			width: 60px;
			height: 60px;
		}

		.Download_Info {
			margin-top: 20px;
			display: flex;
			justify-content: center;

			.Download_Time {
				margin-left: auto;
			}
		}

		.Buttons {
			margin-top: 25px;
			display: flex;
			flex-direction: column;

			button:first-child {
				margin: 0 0 16px;
			}
		}
	}
}
