.bookmarkpost-topic-indicator,
.bookmarkpost-forum-indicator,
.bookmarkpost-post-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    color: #8a6d1f;
}

.bookmarkpost-post-indicator {
    vertical-align: middle;
}

.bookmarkpost .icon.fa-star,
.bookmarkpost-topic-indicator .icon,
.bookmarkpost-forum-indicator .icon,
.bookmarkpost-post-indicator .icon,
.bookmarkpost-ucp-bookmarkicon .icon {
    color: #8a6d1f;
}

.bookmarkpost-ucp-list {
    margin: 10px 0 0;
}

.bookmarkpost-ucp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #d8e2ea;
    border-radius: 4px;
    background: #f8fbfd;
}

.bookmarkpost-ucp-row:hover {
    background: #f2f8fc;
    border-color: #cbd9e4;
}

.bookmarkpost-ucp-main {
    min-width: 0;
    flex: 1 1 auto;
}

.bookmarkpost-ucp-title {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 1.3;
    word-break: break-word;
}

.bookmarkpost-ucp-title .post-icon {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.bookmarkpost-ucp-meta {
    color: #5f6b77;
    font-size: .92em;
    line-height: 1.35;
}

.bookmarkpost-ucp-mark {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
}

.bookmarkpost-ucp-mark input[type="checkbox"] {
    transform: scale(1.05);
}

.bookmarkpost-ucp-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.bookmarkpost-ucp-actions .button2 {
    padding: 4px 10px;
}

@media (max-width: 700px) {
    .bookmarkpost-ucp-row {
        padding: 10px;
        gap: 10px;
    }

    .bookmarkpost-ucp-actions {
        align-items: flex-start;
    }
}


.bookmarkpost-meta-indicator {
    display: inline-block;
    margin-left: 6px;
    color: #8a6d1f;
    vertical-align: baseline;
    line-height: 1;
}

.bookmarkpost-meta-indicator .icon {
    font-size: 0.92em;
    color: #8a6d1f;
}


.bookmarkpost-meta-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #8a6d1f;
    line-height: 1;
    vertical-align: baseline;
    text-decoration: none;
}

.bookmarkpost-meta-action:hover,
.bookmarkpost-meta-action:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #6f5818;
    text-decoration: none;
}

.bookmarkpost-meta-action .icon {
    /*font-size: 0.92em;*/
    color: #8a6d1f;
}
