.oems-card{
    border:1px solid #ddd;
    padding:20px;
    margin-bottom:20px;
    border-radius:8px;
}

.oems-btn{
    display:inline-block;
    padding:10px 20px;
    background:#2271b1;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
}

.oems-single-event{
    max-width:1000px;
    margin:40px auto;
}

.oems-single-wrapper{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
}

.oems-event-hero{
    display:flex;
    gap:30px;
    margin-bottom:40px;
}

.oems-event-image img{
    max-width:500px;
    height:auto;
    border-radius:10px;
}

.oems-event-info{
    flex:1;
}

.oems-category{
    display:inline-block;
    background:#2271b1;
    color:#fff;
    padding:6px 12px;
    border-radius:4px;
    margin-bottom:15px;
}

.oems-days-left{
    display:inline-block;
    background:#f0f6fc;
    border:1px solid #2271b1;
    padding:8px 15px;
    margin:15px 0;
    border-radius:4px;
    font-weight:bold;
}

.oems-content{
    margin:40px 0;
}

.oems-registration-section{
    margin-top:40px;
    padding:25px;
    border:1px solid #ddd;
    border-radius:8px;
}

.oems-resources{
    margin-top:40px;
    padding:25px;
    border:1px solid #ddd;
    border-radius:8px;
}

.oems-speaker-card{
    margin-top:40px;
    padding:25px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fafafa;
}