.llms-orders-container {
	width: 85%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 58px 0 42px;
}

.llms-orders-header {
	display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}

.llms-orders-title {
	color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}

.llms-order-items {
	display: flex;
    flex-direction: column;
    gap: 18px;
    font-family: var(--font-primary);
}

.llms-order-item .llms-order-date{
	color: rgba(0, 0, 0, 0.50);
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
    height: 44px;
}

.llms-order-item .llms-order-container {
	max-height: 200px;
    border-radius: 15px;
	background: var(--color-light);
    overflow: hidden;
}

.llms-order-item .llms-order-details {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 31px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.llms-order-details .llms-order-info-container {
	display: flex;
    align-items: center;
    gap: 25px;
}

.llms-order-info-container img {
	width: 140px;
    height: 81px;
    object-fit: cover;
    border-radius: 8px;
}

.llms-order-item .llms-order-summary {
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: 67px;
    padding-inline: 31px;
}

.llms-order-plan-title {
	color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.88px;
    letter-spacing: 0.17px;
    margin-bottom: 5px !important;
}

.llms-order-date-time {
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    font-weight: 400;
    line-height: 17.16px;
    letter-spacing: 0.17px;
    margin-bottom: 8.5px !important;
}

.llms-order-id {
    font-size: 12px;
    font-weight: 700;
    line-height: 17.16px;
    letter-spacing: 0.17px;
}

.llms-order-id-label {
    color: rgba(0, 0, 0, 0.50);
}

.llms-order-id-value {
    color: rgba(0, 0, 0, 0.87);
}

.llms-order-original-total {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 700;
    line-height: 22.88px;
    letter-spacing: 0.17px;
}

.llms-order-summary-label {
	color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.llms-order-summary-label-text {
	font-weight: 700;
}

.llms-order-summary-total {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}