&__ordered_summary {
	&__title {
		color: #262b44;
		font-size: 24px;
		font-weight: 500;
		line-height: 33px;
		margin-bottom: 16px;
		padding-bottom: 6px;
		border-bottom: var(--blpaczka-order-backend-metabox-border);
	}

	&__basic_info {

		label {
			font-weight: 500;
		}

		&__blPaczka_number {
			font-size: 16px;
			font-weight: 300;
			margin-bottom: 16px;
		}

		&__waybills {
			display: flex;
			gap: 1rem;
		}
	}

	&__package_info {
		display: flex;
		gap: 3rem;
		font-weight: 300;
		font-size: 13px;
		margin-top: 22px;

		&__item {
			&__title {
				font-weight: 600;
				font-size: 18px;
			}
		}
	}

	&__return_info {
		font-weight: 300;
		font-size: 13px;
		margin-top: 22px;

		&__title {
			font-weight: 600;
			font-size: 18px;
		}

		&__buttons {
			margin-top: 12px;
			display: flex;
			gap: 1rem;
		}
	}

	&__cancel {
		margin-top: 16px;

		&__title {
			font-weight: 600;
			font-size: 16px;
			margin-top:26px;
			margin-bottom:8px;
		}
	}

	&__tracking {

		&__title {
			font-weight: 600;
			font-size: 16px;
			margin-top:26px;
			margin-bottom:8px;
		}

		&__list {

			&__list-item {
				width:100%;
				display:flex;

				&__timble {
					display:flex;
					flex-direction:column;
					align-items:center;
					padding:0 24px;

					&__top, &__bottom {
						width: 3px;
						min-height:10px;
						background: #1DA1F2;
					}

					&__bottom {
						flex-grow:1;
					}

					&__circle {
						width:10px;
						height:10px;
						border: 3px solid #1DA1F2;
						border-radius:50%;
					}
				}

				&__text {
					font-weight: 300;
					margin-bottom: 12px;
					width: 50%;

					&__date {
						padding-top: 10px;
						font-size: 12px;
						padding-bottom: 8px;
					}

					&__description {
						font-size: 14px;
					}
				}
			}
		}
	}
}