
.msf-wrapper {
    background: linear-gradient(to right, #ff007a, #7c00ff);
    padding: 30px;
    color: white;
    font-family: sans-serif;
    border-radius: 20px;
}
.msf-heading {
    font-size: 32px;
    margin-bottom: 10px;
}
.msf-subheading {
    font-size: 16px;
    margin-bottom: 20px;
}
.msf-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.left, .right {
    width: 45%;
}
input[type="text"], input[type="number"] {
    margin-top: 15px;
    padding: 8px;
    width: 40%;
}
button {
    background: yellow;
    color: black;
    padding: 10px 20px;
    border: none;
    margin-left: 10px;
}
svg {
    max-width: 100%;
    height: auto;
}
svg .highlight {
    fill: #ffcc00 !important;
    stroke: #000;
    stroke-width: 1.5;
}
