
.jc-container {
    max-width: 400px;
    background: #2c3e50;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin: 0 auto;
}

.jc-container h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.jc-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
    color: white;
    gap: 12px;
    font-size: 16px;
    transition: 0.3s;
}

.jc-icon {
    font-size: 20px;
}

.jc-whatsapp {
    background-color: #25D366;
}

.jc-telegram {
    background-color: #0088cc;
}

.jc-container a:hover {
    transform: scale(1.03);
}
