.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;
}

.ah-download-box-template-2 {
    margin-top: 2rem;
}

.ah-download-box-template-2 .ah-download-item {
    background-color: #f0f0f0;
    padding: 12px;
    margin: 15px 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 17px;
}

.ah-download-box-template-2 .ah-download-item span {
    font-weight: bold;
}

.ah-download-box-template-2 .ah-download-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 120px;
    background-color: #D72121;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    transition: ease .1s;
    justify-content: center;
}

.ah-download-box-template-2 .ah-download-item a:hover {
    background-color: #af1515;
}

.ah-download-box-template-2 .files-password-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-top: 15px;
    padding: 12px;
    color: var(--ahura-c-text-secondary);
}

.ah-download-box-template-2 .files-password-box span:last-child {
    background-color: var(--ahura-c-bg-secondary);
    padding: 3px 10px;
    border-radius: 5px;
}

@media screen and (max-width: 486px) {
    .ah-download-box-template-2 .ah-download-item {
        display: block;
        text-align: center;
    }

    .ah-download-box-template-2 .ah-download-item a {
        margin: 10px auto 0 auto;
    }
}