.ogp-card {
    display: flex;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    max-width: 720px;
    color: inherit;
    transition: border-color 0.15s ease;
}

.ogp-card:hover {
    border-color: rgba(0, 0, 0, 0.3);
}

.ogp-card__body {
    flex: 1;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.ogp-card__title,
.ogp-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ogp-card__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #1a1a1a;
}

.ogp-card__desc {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #5f5f5f;
}

.ogp-card__footer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ogp-card__favicon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.ogp-card__domain {
    font-size: 12px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ogp-card__thumb {
    flex-shrink: 0;
    width: 280px;
    background: #f1efe8;
}

.ogp-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Reveal の center / リンク見た目を打ち消し、スライド内でブロックとして中央寄せ */
.reveal .ogp-card {
    margin: 1em auto;
    text-align: left;
}
