.fuel-stations-container {
    gap: 20px;
    padding: 20px;
}

.fuel-station-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.station-logo {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.fuel-station-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.fuel-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fuel-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}

.fuel-name {
    font-weight: bold;
}

.fuel-price {
    font-weight: bold;
    color: #222;
}

.price-diff {
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/* Credit Styling */
.benzinko-credit {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.benzinko-credit a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.benzinko-credit a:hover {
    color: #005580;
    text-decoration: underline;
}
