
body{
    font-family:Arial,sans-serif;
}

.swc-box{
    background:#ffffff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    max-width:500px;
    margin:20px auto;
}

.swc-box h2{
    color:#146c43;
    margin-bottom:20px;
}

.swc-box input,
.swc-box select{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border-radius:10px;
    border:1px solid #ddd;
}

.swc-box button{
    background:#146c43;
    color:#fff;
    border:none;
    padding:12px 20px;
    border-radius:10px;
    cursor:pointer;
}

.swc-program-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.swc-program-card{
    background:#fff;
    padding:20px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
