#dnw-search-container,
#dnw-list-container {
    position: relative;
}

#dnw-address {
    border-radius: 90px;
    margin-bottom: 15px;
}

#dnw-address-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;

    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background: white;
}

#dnw-address-list li {
    padding: 5px 10px;
    cursor: pointer;
}

#dnw-address-list li.active {
    background-color: #eaeaea;
}

.dnw-address-hidden {
    display: none;
}





#dnw-result-container {
    position: relative;
}

.dnw-result-item-wrapper {
    box-shadow: 0 2px 4px 0 #acacac;
    background: #ffffff;
    border-radius: 15px;
    /*padding: 15px 20px;*/
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.dnw-result-item {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    padding: 15px 20px;
}

.dnw-bullets {
    text-align: center;
}

@media (max-width: 991px) {
    .dnw-result-item {
        flex-direction: column;
        row-gap: 15px;
    }

    .dnw-bullets {
        margin-top: 15px;
    }
}

/*.dnw-item-image {
    width: 150px;
}*/

.dnw-result-item div {
    text-align: center;
    flex: 1;
    align-content: center;
    font-size: 14px;
}

.dnw-result-item-badge {
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}
.dnw-result-item-badge:first-of-type {
    background: rgb(47, 167, 47);
    color: #ffffff;
}
.dnw-result-item-badge:not(:first-of-type) {
    background: rgb(67, 71, 72);
    color: #ffffff;
}

.dnw-item-headline {
    font-weight: bold;
    font-size: 16px !important;
}

.dnw-subitem {
    color: #8b8b8b;
}

.dnw-item-price-highlight {
    background: rgb(163, 216, 163);
    color: #1e533e;
    padding: 10px 15px;
    border-radius: 5px;
}

.dnw-item-coverage {
    background: #f6f3f3;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em !important;
    padding: 10px;
}

.dnw-icon {
    color: rgb(47, 167, 47);
}

.dnw-star {
    font-size: 1.6em !important;
    color: rgb(47, 167, 47);
}

.dnw-star-empty {
    font-size: 1.6em !important;
    color: #6a6a6a;
}

.dnw-btn {
    display: block;
    width: 100%;
    background: #303054 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 90px !important;
}

.dnw-btn:hover,
.dnw-btn:focus {
    background: #272745;
}