.iucn-status-box {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-block;
    min-width: 250px;
}

.iucn-status-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.iucn-last-update {
    font-size: 14px;
    opacity: 0.9;
}

.iucn-status-box.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}