/* POST */

.box-item,
.box-item-2 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
}

.box-item {
    padding-bottom: 40px;
    -webkit-filter: drop-shadow(0px 5px 27.2px rgba(39, 39, 39, 0.12));
    filter: drop-shadow(0px 5px 27.2px rgba(39, 39, 39, 0.12));
    background: var(--white-color);

}

.box-item-image img {
    border-radius: 20px;
}

.box-item-image {
    overflow: hidden;
}

.box-item-shape {
    position: absolute;
    bottom: -4px;
    transform: translateX(-50%);
    left: 50%;
}

.box-item-2 .box-item-btn {
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    border-radius: 7px;
}

.box-item-2 .box-item-btn a {
    color: var(--white-color);
}

.box-item-2 .line-3 {
    min-height: 72px;
}

.relaytion-list .box-item {
    box-shadow: none;
    filter: none;
    border: 1px solid #eaeaea;
}