.blg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.blg-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 12px;
    border-left: 4px solid #d92202;
    margin-bottom: 30px;
}

.blg-breadcrumb-link {
    color: #00d4ff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
}

.blg-breadcrumb-link:hover {
    color: #00ffff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
}

.blg-breadcrumb-separator {
    color: #666;
    font-size: 16px;
}

.blg-breadcrumb-current {
    color: #ccc;
    font-size: 14px;
}

.blg-article {
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 40px rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.blg-header {
    margin-bottom: 40px;
    border-bottom: 3px solid #00d4ff;
    padding-bottom: 30px;
}

.blg-title {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
    letter-spacing: -1px;
}

.blg-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 20px;
}

.blg-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 30px;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.blg-meta-icon {
    font-size: 20px;
    filter: drop-shadow(0 0 5px rgba(0, 212, 255, 0.5));
}

.blg-meta-text {
    color: #00d4ff;
    font-weight: 700;
    font-size: 14px;
}

.blg-featured-image-wrapper {
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 212, 255, 0.2);
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.blg-featured-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.blg-featured-image:hover {
    transform: scale(1.05);
}

.blg-content {
    color: #e0e0e0;
    font-size: 1.125rem;
    line-height: 1.9;
}

.blg-content-h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #00d4ff;
    padding-bottom: 15px;
    border-bottom: 3px solid #00d4ff;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

.blg-content-h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #00ffff;
    text-decoration: underline;
    text-decoration-color: rgba(0, 255, 255, 0.4);
    text-underline-offset: 8px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}

.blg-content-p {
    color: #d0d0d0;
    text-align: justify;
}

.blg-content-span {
    color: #ffffff;
    font-weight: 600;
}

.blg-content-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
    border: 2px solid rgba(0, 212, 255, 0.3);
    transition: transform 0.3s ease;
    margin: 20px;
}

.blg-content-image:hover {
    transform: scale(1.02);
}

.blg-content-ul,
.blg-content-ol {
    margin: 25px 0;
    padding-left: 30px;
}

.blg-content-li {
    margin-bottom: 15px;
    color: #d0d0d0;
    position: relative;
    padding-left: 15px;
}

.blg-content-li::marker {
    color: #00d4ff;
    font-weight: bold;
}

.blg-content-link {
    color: #00d4ff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(0, 212, 255, 0.4);
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.blg-content-link:hover {
    color: #00ffff;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.6);
}

.blg-content-quote {
    border-left: 5px solid #00d4ff;
    padding: 25px 30px;
    margin: 30px 0;
    background: rgba(0, 212, 255, 0.05);
    font-style: italic;
    color: #b0b0b0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 212, 255, 0.1);
}

.blg-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 3px solid rgba(0, 212, 255, 0.3);
}

.blg-share {
    text-align: center;
}

.blg-share-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #00d4ff;
    margin-bottom: 25px;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

.blg-share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.blg-share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid;
}

.blg-share-facebook {
    background: linear-gradient(135deg, #1877f2, #0c5fcd);
    color: white;
    border-color: #1877f2;
}

.blg-share-twitter {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
    color: white;
    border-color: #1da1f2;
}

.blg-share-linkedin {
    background: linear-gradient(135deg, #0077b5, #005582);
    color: white;
    border-color: #0077b5;
}

.blg-share-whatsapp {
    background: linear-gradient(135deg, #25d366, #1ebe57);
    color: white;
    border-color: #25d366;
}

.blg-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
}

.blg-share-icon {
    font-size: 20px;
    font-weight: bold;
}

.blg-share-label {
    font-size: 14px;
}

@media (max-width: 768px) {
    .blg-article {
        padding: 30px 20px;
    }

    .blg-title {
        font-size: 2rem;
    }

    .blg-content-h2 {
        font-size: 1.75rem;
    }

    .blg-content-h3 {
        font-size: 1.5rem;
    }

    .blg-share-buttons {
        flex-direction: column;
    }
}