﻿.msw-block-area:has(.custom-hardwarepart) {
	height: 100%;
}
.custom-hardwarepart {
	word-break: break-word;
	hyphens: auto;
	margin-top: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
    
	background-color: #F6F6FA;
	border: 1px solid silver;
	border-radius: 15px;
}
.custom-hardwarepart-top img {
	max-height: 200px;
    object-fit: contain;
}
.custom-hardwarepart-bottom {
	padding: 30px;
	position: relative;
	flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.custom-hardwarepart-bottom > *:last-child {
    margin-top: auto;
	padding-top: calc(var(--default-font-size) * var(--default-line-height));
}

.bg-light .custom-hardwarepart {
	background-color: #fff;
}

.custom-hardwarepart-bottom p:first-of-type {
    margin: 0;
}

.custom-hardwarepart-bottom li {
    margin: 0 !important;
}

.hardware-stock-available {
	color: #339966;
}

.hardware-stock-onrequest {
	color: var(--primary);
}