.swa-dost-widget {
max-width: 520px;
background: #fff;
border-radius: 8px;
padding: 24px 28px 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
} .swa-dost-naslov {
font-size: 22px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 18px;
padding: 0;
line-height: 1.2;
} .swa-dost-progress-wrap {
margin-bottom: 20px;
padding-bottom: 16px;
border-bottom: 1px solid #eee;
}
.swa-dost-progress-bar {
width: 100%;
height: 8px;
background: #e8e8e8;
border-radius: 4px;
overflow: hidden;
margin-bottom: 10px;
}
.swa-dost-progress-fill {
height: 100%;
background: #4caf50;
border-radius: 4px;
transition: width 0.4s ease;
min-width: 0;
}
.swa-dost-progress-info {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
color: #555;
}
.swa-dost-progress-brojac {
color: #333;
font-size: 14px;
} .swa-dost-lista {
list-style: none;
margin: 0;
padding: 0;
}
.swa-dost-stavka {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 0;
border-bottom: 1px solid #f0f0f0;
}
.swa-dost-stavka:last-child {
border-bottom: none;
}
.swa-dost-skladiste-naziv {
font-size: 15px;
font-weight: 500;
color: #333;
}
.swa-dost-status {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.swa-dost-dostupno .swa-dost-status-tekst {
color: #333;
font-weight: 600;
}
.swa-dost-nedostupno .swa-dost-status-tekst {
color: #777;
} .swa-dost-tocka {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
flex-shrink: 0;
}
.swa-dost-ikona-zelena {
background-color: #4caf50;
}
.swa-dost-ikona-narancasta {
background-color: #ff9800;
}