.mtpo-product-offer {
    border: 1px dashed #d7a900;
    background: #fff9df;
    padding: 14px 16px;
    margin: 16px 0;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.5;
}

.mtpo-product-offer__title {
    font-weight: bold;
	font-size: 14px;
    margin-bottom: 8px;
}

.mtpo-product-offer__item {
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mtpo-product-offer__item:first-child {
    padding-top: 0;
    border-top: 0;
}

.mtpo-product-offer__item:last-child {
    padding-bottom: 0;
}

.mtpo-offer-icon {
    display: inline-flex;
    margin-right: 7px;
    vertical-align: middle;
    color: #ff6600;
}

.mtpo-offer-icon svg {
    display: block;
}

.mtpo-product-offer__content p {
    margin: 0 0 5px;
	display: inline-flex;
}

.mtpo-product-offer__content p:last-child {
    margin-bottom: 0;
}

.mtpo-product-offer__validity {
    margin-top: 8px;
    font-size: 13px;
    opacity: 0.8;
}

.mtpo-product-offer__add-button {
    margin-left: 10px !important;
    padding: 4px 12px !important;
    min-height: auto !important;
    line-height: 1.4 !important;
    font-size: 12px !important;
    vertical-align: middle;
}
