/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');


.dispatched-body {
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Reset Styles */
h1,
h2,
p {
	margin: 0;
}

ul,
ol {
	list-style-type: none;

	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}


.dispatched {
	width: 640px;
	height: auto;

	background-color: #fff;
	box-shadow: 0 12px 52px 0 rgba(33, 34, 36, 0.17);

	padding: 64px;
}

.dispatched__logo {
	display: inline-block;

	margin-bottom: 45px;
}

.dispatched__title {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-weight: 400;

	margin-bottom: 42px;
}

.dispatched__text {
	max-width: 500px;
	width: 100%;

	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.dispatched__text:not(:last-child) {
	margin-bottom: 20px;
}

.dispatched__text span {
	font-weight: 500;
}

.dispatched__text a {
	color: #4FB267;
	font-weight: 500;
	text-decoration: none;
}

.dispatched__text a:hover {
	text-decoration: underline;
	text-decoration-color: #4FB267;
}

.dispatched__text:nth-child(6) {
	max-width: 462px;
}

.dispatched__important {
	display: block;

	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 185%;

	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

	margin-bottom: 62px;
	padding-bottom: 30px;
}

.dispatched__link {
	width: 100%;
	height: 45px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 60px;
	background-color: #4fb267;
	transition: opacity 0.3s ease;

	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;

	margin-bottom: 30px;
}

.dispatched__link:hover {
	opacity: 0.8;
}

.dispatched__link--delivery {
	margin-bottom: 62px;
}

.dispatched-details__list {
	width: 512px;
	
	border-radius: 4px;
	background: rgba(236, 236, 236, 0.1);
	border: 0.50px solid rgba(0, 0, 0, 0.06);

	padding: 16px;
	margin-bottom: 30px;
}

.dispatched-details__order-number {
	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 200%;
}

.dispatched-details__order-number span {
	font-weight: 500 !important;
}

.dispatched-details__item:not(:last-child) {
	margin-bottom: 10px;
}

.dispatched-details__item {
	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.dispatched-details__item span {
	font-weight: 400;
}

table.dispatched-table {
	width: 512px;
	border-collapse: collapse;
	border-radius: 4px;
	background: rgba(236, 236, 236, 0.1);	
	border: 0.50px solid rgba(0, 0, 0, 0.06);
}

th,
td {
	font-family: 'Inter', sans-serif;
	color: #333;

	padding: 12px 16px;
}

thead th {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
	line-height: 200%;
}

thead tr,
.dispatched-table-summary tr:first-child,
tfoot tr:first-child,
tfoot tr:nth-child(2) {
	position: relative;
}

thead tr::after,
.dispatched-table-summary tr:first-child::after,
tfoot tr:first-child::after,
tfoot tr:nth-child(2)::after {
	position: absolute;
	content: '';

	left: 16px;
	bottom: 0;

	width: 480px;
	height: 1px;

	background-color: rgba(0, 0, 0, 0.06);
}

.dispatched-table__title-price {
	text-align: right;
}

tr td {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.dispatched-table-summary__name {
	text-align: left;
	width: 186px;
}

.dispatched-table-total__title,
.dispatched-table-total__price {
	font-size: 18px;
	font-weight: 500;
}

.dispatched-table-total__title {
	padding: 12px 0 30px 16px;
}

.dispatched-table-total__price,
.dispatched-table-summary__price {
	text-align: right;
}

.dispatched-table-total__price {
	padding: 12px 16px 30px 0;
}

.dispatched-table__price-discount {
	color: #4fb267;
	font-weight: 500;
	font-size: 18px;
	text-align: right;
}

.dispatched-table__delivery-price {
	color: #4fb267;
	text-align: right;
}

.dispatched-table-final__item {
	font-family: 'Inter', sans-serif;
	text-align: right;
}

.dispatched-table-final__caption,
.dispatched-table-final__price,
.dispatched-table-final__status {
	display: block;
}

.dispatched-table-final__caption {
	color: #333;
	font-size: 10px;
	font-weight: 400;
	line-height: 240%;
}

.dispatched-table-final__price {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 133%;
}

.dispatched-table-final__status {
	color: #4fb267;
	font-size: 10px;
	font-weight: 400;
	line-height: 240%;
}

.dispatched-composition {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

	padding-bottom: 42px;
}

.dispatched-feedback {
	display: flex;
	flex-direction: column;
	align-items: center;

	font-family: 'Inter', sans-serif;

	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

	padding-top: 10px;
	padding-bottom: 10px;
}

.dispatched-feedback__text {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 229%;
}

.dispatched-feedback__link {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;

	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 229%;
}

.dispatched-feedback__item:last-child .dispatched-feedback__link img {
	opacity: 0.2;
}

.dispatched-feedback__list {
	display: flex;
	align-items: center;
	column-gap: 36px;
}

.dispatched__footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 16px;

	padding-top: 32px;
}

.dispatched__footer-logo {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.dispatched__footer-logo:hover {
	opacity: 1;
}

.dispatched__footer-socials {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.dispatched__footer-copyright {
	font-family: 'Inter', sans-serif;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	line-height: 133%;
	text-align: center;
}

.dispatched__footer-socials__link {
	opacity: 0.2;
	transition: opacity 0.3s ease;
}

.dispatched__footer-socials__link:hover {
	opacity: 1;
}