.post-top-aa {
    padding:0 100px;
    margin-bottom:50px;
}

.aa-circle {
    display: block;
    border: 1px solid #999;
    padding: .5em;
    margin-bottom:1em;
    border-radius:100px;
}
.aa-circle:hover {
    border: 1px solid #FE4F70;
}
.aa-circle:hover * {
    color: #FE4F70;
}
.aa-circle::after {
    display:none!important;
}

.file-thumb {
    display: inline-block;
    width: 175px;
}
.file-thumb img {
    width: 175px;
    height: 175px;
    object-fit: contain;
    border: 1px solid #eee;
}
.file-thumb img:hover {
    box-shadow: 0 0 15px #ccc; 
}
.thumb-filename {
    display: block;
    font-size: 11px;
    line-height: 12px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    margin-top:.5em;
}

[data-bs-toggle="collapse"] {
    cursor: pointer;
}
@media (max-width: 767px) {
    .post-top-aa {
        padding: 0 10px;
    }
}