/*
Theme Name: Astra Child
Template: astra
*/
.info-window {
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 8px;
    max-width: 300px;
 	min-width: 250px;  /* Mindestbreite */
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.info-label {
    font-weight: bold;
    color: #333;
}

.info-value {
    text-align: right;
    color: #555;
}

/* ? Farben für Status */
.status-online .info-value {
    color: green;
    font-weight: bold;
}

.status-offline .info-value {
    color: red;
    font-weight: bold;
}

.status-offline24 .info-value {
    color: orange;
    font-weight: bold;
}

.info-image {
    text-align: center;
    margin-top: 10px;
}

.info-image img {
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
