.park-box {
    position: relative;
}

.park-box-bg {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.park-box-info {
    position: absolute;
    top: 50px;
    right: 50px;

    padding: 15px;
    background-color: rgba(23, 56, 2, 0.68);
    border: solid 1px white;
    color: white !important;
}

.park-box-info h2 {
    font-size: 24px !important;
    margin-top: 0;
    color: white !important;
    margin-bottom: 5px;
}

.park-box-info a {
    color: white !important;
    text-decoration: none !important;
}

.park-box-info a:hover {
    color: #c9e4bc !important;
    text-decoration: underline;
}

.park-box-info-vessel-info {
    background-size: 32px 32px;
    background-position: left;
    padding-left: 38px;
    margin-left: 5px;
    background-repeat: no-repeat;
}

.park-box-border-top,
.park-box-border-right,
.park-box-border-bottom,
.park-box-border-left {
    position: absolute;
    background-color: #3d592f;
    opacity: 0.4;
}

.park-box-border-top {
    top: 0px;
    width: 100%;
    height: 26px;
}

.park-box-border-right {
    top: 26px;
    right: 0px;
    width: 26px;
    height: 298px;
}

.park-box-border-bottom {
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 26px;
}

.park-box-border-left {
    top: 26px;
    width: 26px;
    height: 298px;
}

.park-header {
    font-weight: 800 !important;
    color: #374d1e !important;
    margin: 0 !important;
    background-color: #e0e8e0;
    color: #144053;
    padding: 8px;
}

.park-amenities {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.park-amenities-container {
    display: grid;
    grid-auto-flow: column;
    row-gap: 5px;
}

.park-list-dropdown-option-container {
    width: unset;
}

.park-list-dropdown-option {
    border-radius: unset;
    cursor: unset;
    padding-right: 0;
    border: none;
    font-weight: normal;
    margin: 0;
}

.park-list-last-in-row {
    width: unset;
}

.park-map-header {
    color: white !important;
    background-color: #243804;
    width: 100%;
    padding: 5px;
}

@media screen and (max-width: 600px) {
    .park-box-info {
        position: relative;
        margin: 0px;
        top: 0px;
        left: 0px;
        border: 0px;
        padding: 15px;
        background-color: #304915;
    }

    .park-box-border-bottom {
        bottom: initial;
        top: 324px;
    }
}