.single-content {
    position: relative;
}

.gambar-ft {
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: 3px;
    right: 3px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: white;
}

.gambar-ft img {
    width: 100%;
    text-align: center;
}
