/* Breadcrumbs Section */
.breadcrumbs-section {
    background-color: #080d1a;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.breadcrumbs a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #0ea5e9;
}

.breadcrumbs .separator {
    margin: 0 10px;
    color: #475569;
}

.breadcrumbs .current {
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px; /* Adjust as needed */
}

/* Modern Press Release Page Styling */
body {
    background-color: #080d1a;
    color: #f1f5f9;
}

.press-release-hero {
    background: radial-gradient(circle at center, rgba(56,189,248,0.1) 0%, transparent 70%);
    padding: 4rem 0;
    text-align: center;
}

.press-release-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.press-release-hero .category-badge {
    display: inline-block;
    background-color: rgba(56,189,248,0.1);
    color: #38bdf8;
    border: 1px solid rgba(56,189,248,0.3);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.press-release-hero h1 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.press-release-meta {
    font-size: 0.9rem;
    color: #94a3b8;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.press-release-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.press-release-content {
    padding: 4rem 0 6rem;
}

.press-release-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(13,21,38,0.6);
    padding: 3rem;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.press-release-body h2, .press-release-body h3 {
    font-weight: 700;
    color: #f1f5f9;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.press-release-body h2 {
    font-size: 1.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 0.5rem;
}

.press-release-body h3 {
    font-size: 1.4rem;
}

.press-release-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 1.5rem;
}

.press-release-body ul {
    list-style-position: outside;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.press-release-body li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
}

.press-release-body a {
    color: #38bdf8;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.press-release-body a:hover {
    color: #7dd3fc;
    text-decoration: underline;
}

.press-release-footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
}

.back-to-press a {
    color: #64748b;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: rgba(0,0,0,0.2);
}

.back-to-press a:hover {
    color: #f1f5f9;
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.05);
}

/* ─── Share Block ─── */
.pr-share {
    margin: 0 0 1.75rem;
    text-align: center;
}

.pr-share-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.pr-share-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.share-btn-pr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: #94a3b8;
    font-size: 0.85rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.share-btn-pr:hover          { transform: translateY(-2px); }
.share-btn-pr.facebook:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.share-btn-pr.twitter:hover  { background: #000;    border-color: #000;    color: #fff; }
.share-btn-pr.linkedin:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.share-btn-pr.whatsapp:hover { background: #25d366; border-color: #25d366; color: #fff; }
.share-btn-pr.copy-link:hover{ background: #38bdf8; border-color: #38bdf8; color: #fff; }
.share-btn-pr.copied         { background: #22c55e; border-color: #22c55e; color: #fff; }

/* ─── Blog listing share tooltip ─── */
.blg-share-wrap {
    position: relative;
}

.blg-share-trigger {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #64748b;
    font-size: 0.75rem;
    transition: all 0.2s;
}

.blg-share-trigger:hover {
    background: #2563eb;
    color: #fff;
}

.blg-share-popover {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
    gap: 0.4rem;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    flex-direction: row;
    white-space: nowrap;
}

.blg-share-popover.open {
    display: flex;
}

.blg-share-popover a,
.blg-share-popover button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: #94a3b8;
    font-size: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.15s;
}

.blg-share-popover a:hover,
.blg-share-popover button:hover     { background: #1877f2; border-color: #1877f2; color: #fff; }
.blg-share-popover .bl-tw:hover     { background: #000;    border-color: #000;    color: #fff; }
.blg-share-popover .bl-li:hover     { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.blg-share-popover .bl-wa:hover     { background: #25d366; border-color: #25d366; color: #fff; }
.blg-share-popover button.copied    { background: #22c55e; border-color: #22c55e; color: #fff; }
