.memo-card {
    padding: 0;
    margin-bottom: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: none;
    min-width: 0;
    cursor: pointer;
    background: transparent;
}

.memo-frame {
    width: 100%;
}

.memo-card-content {
    color: #5A4D4D;
    z-index: 1;
    word-break: keep-all;
    min-width: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    container-type: inline-size;
    padding: 3.5% 4.5%;
}

.memo-card p.message-text {
    font-size: 5.3cqw;
    line-height: 6.8cqw;
    margin-bottom: 0;
    font-weight: bold;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
    height: 100%;
}

.memo-card p.author {
    font-size: 0.56rem;
    color: #9A6F65;
    margin-bottom: 0;
}

.memo-card .date {
    position: absolute;
    bottom: -0.8rem;
    font-size: 0.6rem;
    color: #B79891;
}

.heart-pin {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
