﻿.bushfire-content-item {
    display: flex;
    border: 1px solid #eaeaea;
    border-radius: 0.28em;
    align-items: stretch;
    margin: 5px
}
.bushfire-content-item img{
    max-width:50px;
 
}
.busfire-warning-text-container {
    padding: 5px;
    width: 100%;
}

.bushfire-warning-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.bushfire-warninglevel{
    font-weight:700;
    color: red;
}
.view-more-bushfire {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    cursor: pointer;
    padding: 0px;
    font-size: 0.85em;
    font-weight: 700;
    background-color: #1e6f32;
    color: #fff;
    border: 1px solid #1e6f32;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}