/* Ghost bookmark cards imported from the previous blog. */
section figure.kg-bookmark-card {
    max-width: 100%;
    margin: 1.5rem 0;
}

section .kg-bookmark-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 9rem;
    min-height: 7rem;
    overflow: hidden;
    border: 1px solid #d9d9d5;
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
}

section .kg-bookmark-content {
    min-width: 0;
    padding: 1rem 1.2rem;
    overflow: hidden;
}

section .kg-bookmark-title,
section .kg-bookmark-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-wrap: anywhere;
}

section .kg-bookmark-title {
    -webkit-line-clamp: 2;
    font-weight: 650;
    line-height: 1.45;
}

section .kg-bookmark-description {
    -webkit-line-clamp: 2;
    margin-top: .35rem;
    color: #686868;
    font-size: .88em;
    line-height: 1.5;
}

section .kg-bookmark-metadata {
    display: flex;
    align-items: center;
    gap: .4rem;
    min-width: 0;
    margin-top: .75rem;
    overflow: hidden;
    color: #686868;
    font-size: .76em;
    white-space: nowrap;
}

section .kg-bookmark-metadata > span {
    overflow: hidden;
    text-overflow: ellipsis;
}

section .kg-bookmark-metadata img.kg-bookmark-icon {
    flex: 0 0 1rem;
    display: block;
    width: 1rem !important;
    height: 1rem !important;
    max-width: 1rem !important;
    max-height: 1rem !important;
    object-fit: contain;
}

section .kg-bookmark-thumbnail {
    min-width: 0;
    width: 9rem;
    height: 100%;
    overflow: hidden;
    background: #f3f3f0;
}

section .kg-bookmark-thumbnail img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
}

@media (max-width: 520px) {
    section .kg-bookmark-container { grid-template-columns: minmax(0, 1fr) 5.5rem; }
    section .kg-bookmark-thumbnail { width: 5.5rem; }
    section .kg-bookmark-content { padding: .7rem .8rem; }
    section .kg-bookmark-description { -webkit-line-clamp: 1; }
}
