.ahura-download-box-wrap {
    margin-top: 1.5rem;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.ahura-download-box-wrap .ahura-download-box {
    padding: 15px;
}

.ahura-download-box-wrap .box-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #2fa157;
}

.ahura-download-box-wrap .box-title svg {
    width: 40px;
    height: 34px;
}

.ahura-download-box-wrap .box-title svg path {
    stroke: #2fa157;
}

.ahura-download-box-wrap .download-items a {
    display: inline-block;
    margin: 7px;
    background-color: #d9d9d9;
    padding: 10px 17px;
    border-radius: 10px;
    color: #505050;
    box-shadow: 0 5px 7px #00000017;
    transition: ease .2s;
}

.ahura-download-box-wrap .download-items a:hover {
    background-color: #2fa157;
    color: #fff;
    box-shadow: 0 7px 15px #2fa15780;
}

.ahura-download-box-wrap .files-password-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #e1e1e1;
    background-color: #f0f0f0;
    margin-top: 10px;
    color: #333;
    font-size: 15px;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .ahura-download-box-wrap .download-items a:not(:hover) {
    background-color: #545454;
}

.post-estate-box-details {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px #00000012;
}

.post-estate-box-details .estate-details > div {
    margin: 7px 0;
    font-size: 15px;
}

.post-estate-box-details .item-price {
    color: #27b52d;
    font-size: 17px;
    margin-top: 20px;
}

.post-estate-box-details .estate-features {
    margin: 15px 0;
    font-size: 15px;
}

.post-estate-box-details .estate-features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-estate-box-details .estate-features ul li {
    list-style: square;
    margin-top: 7px;
}