  
  a:focus, a:hover {
    color: #fdfdfd;
    text-decoration: none;
}


  @media (max-width: 991px) {
    .display-flex-mobile { display: flex !important; flex-direction: column; }
    .sidebar-column { order: 1; margin-bottom: 30px; }
    .article-column { order: 2; }
  }
  @media (min-width: 992px) {
    .display-flex-mobile { display: flex !important; flex-direction: row; }
    .article-column { order: 1; }
    .sidebar-column { order: 2; }
  }
  .boy-result { color: #1565c0; border: 3px solid #1565c0; }
  .girl-result { color: #d63384; border: 3px solid #d63384; }



  @keyframes pulse {
    0% { transform: scale(0.95); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }
  

    /* Enhanced Share Buttons for White Background */
    .share-btn {
        padding: 10px 18px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        color: white !important;
    }
    .share-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.1);
        filter: brightness(1.1);
    }
    #share-whatsapp { background-color: #25D366; }
    #share-facebook { background-color: #1877F2; }
    #share-x { background-color: #000000; }


