.mxsb-deadline{
display: flex;
align-items: flex-start;
gap: 8px;
width: 100%;
margin: 12px 0 0;
padding: 10px 14px;
border: 1px solid #cfe8d8;
border-radius: 12px;
background: #f1faf4;
color: #1f7a44;
font-size: 13.5px;
line-height: 1.5;
}

.mxsb-deadline__kolumna{
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}

.mxsb-deadline__nota{
color: #3d7a58;
font-size: 12px;
opacity: .95;
}

.mxsb-deadline__nota:empty{
display: none;
}

.mxsb-deadline.is-magazyn{
border-color: #b8e2c8;
background: #eafaf1;
}

.mxsb-deadline strong{
color: #14603a;
font-weight: 800;
}

.mxsb-deadline__ikona{
flex: none;
width: 9px;
height: 9px;
margin-top: 6px;
border-radius: 50%;
background: #1f9d55;
}

@media (max-width: 560px){
.mxsb-deadline{
font-size: 13px;
}
}
