.lcake-code-snippet {
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
}

.lcake-code-snippet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lcake-code-snippet-lang {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lcake-code-snippet-copy {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.lcake-code-snippet-copy:hover {
    background: rgba(59, 130, 246, 0.3);
}

.lcake-code-snippet-copy.is-copied {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.lcake-code-snippet-pre {
    margin: 0;
    padding: 20px;
    overflow-x: auto;
}

.lcake-code-snippet-code {
    color: #e2e8f0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    white-space: pre;
}


/* Remove text decoration for a tags */
.elementor-widget-lcake-kit-code-snippet a,
.lcake-code-snippet a,
.lcake-kit-code-snippet a,
.lc-header-footer-code-snippet a {
    text-decoration: none !important;
}
