/* #last edited 2026-08-13T00:30:00+01:00 */

.entry-content,
.wp-block-post-content {
    --wp--style--global--content-size: 900px;
}

.tld-post-hero-image {
    max-width: 1100px;
    margin: 1.4rem auto 2.2rem;
}

.tld-post-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.tld-share-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    max-width: 900px;
    margin: 0 auto 1.6rem;
    font-family: "Josefin Sans", system-ui, sans-serif;
}

.tld-share-buttons__label {
    margin-right: 0.3rem;
    color: #2d2d2d;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tld-share-buttons__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(26, 74, 94, 0.25);
    border-radius: 999px;
    background: #fffdf7;
    color: #1a4a5e;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tld-share-buttons__btn:hover,
.tld-share-buttons__btn:focus-visible {
    background: #1a4a5e;
    color: #fff;
    transform: translateY(-2px);
}

.tld-share-buttons__btn.is-copied {
    background: #1a4a5e;
    color: #fff;
}
