.janamat-news-article {
    margin-top: 16px;
}

.janamat-news-reporter {
    color: #555;
    font-weight: 700;
    margin-bottom: 8px;
}

.janamat-news-subheadline {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.35;
    margin: 10px 0 16px;
}

.janamat-news-strip {
    border-left: 4px solid #d71920;
    background: #fff7ed;
    color: #1f2937;
    padding: 12px 14px;
    margin: 16px 0 20px;
    font-size: 17px;
    line-height: 1.55;
}

.janamat-source-credit {
    border-top: 1px solid #e5e7eb;
    color: #4b5563;
    font-size: 14px;
    margin-top: 24px;
    padding-top: 12px;
}

.janamat-inline-images {
    display: grid;
    gap: 18px;
    margin: 24px 0;
}

.janamat-inline-image {
    margin: 0;
}

.janamat-inline-image img {
    display: block;
    height: auto;
    width: 100%;
}

.janamat-inline-image figcaption {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 8px;
}

.janamat-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #e5e7eb;
    margin-top: 26px;
    padding-top: 16px;
    width: 100%;
}

.janamat-share-label {
    color: #374151;
    font-weight: 700;
    margin-right: 2px;
}

.janamat-share {
    align-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 40px;
}

.janamat-share:hover,
.janamat-share:focus {
    color: #fff;
    opacity: 0.86;
    outline: 2px solid rgba(17, 24, 39, 0.18);
    outline-offset: 2px;
}

.janamat-share svg {
    display: block;
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.janamat-share-facebook {
    background: #1877f2;
}

.janamat-share-whatsapp {
    background: #25d366;
}

.janamat-share-x {
    background: #111827;
}

.janamat-share-instagram {
    background: #c13584;
}

.janamat-share-instagram.is-copied::after {
    content: "Copied";
    background: #111827;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    margin-left: 8px;
    min-width: 46px;
    padding: 4px 6px;
    position: absolute;
    top: 44px;
    z-index: 3;
}

@media (max-width: 480px) {
    .janamat-share-buttons {
        gap: 7px;
    }

    .janamat-share-label {
        flex: 0 0 100%;
        margin-bottom: 2px;
    }
}
