/* StarkNet Fundamentals Fix CSS */

/* Override the default styling for the StarkNet section icons */
.starknet-advantages .advantage i {
    font-size: 2rem !important;
    color: var(--accent-light) !important;
    /* Remove any background, margin, padding, etc. from the icon itself */
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
}

/* Ensure icon-container handles all the styling for the background */
.starknet-advantages .advantage .icon-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Add this to the index.html file to include this CSS fix */
/* <link rel="stylesheet" href="css/starknet-fix.css"> */
