.coin-package-page .glass-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    max-width: 960px;
    margin: 60px auto 0;
}

.title{
    font-size: 1rem;
}

.description{
    font-size: 0.9rem;
}



.coin-package-page .sidebar-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.coin-package-page .sidebar-social-links .social-link {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    padding: 8px 10px;
    border-radius: 7px;
    color: #f1f1f1;
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 12px;
    font-weight: 500;
    gap: 6px;
}
