.ohmtang-sd-container{
    padding: 10px;
}
.ohmtang-sd-container .ohmtang-sd-title h3{
    color: #16a085;
    border-bottom: 2px solid #1abc9c;
    padding-bottom: 8px;
    margin-top: 32px;
    margin-bottom: 20px;
    font-size: 24px;
}
.ohmtang-sd-container .ohmtang-sd-error{
    margin:10px 0;
    padding:10px;
    background:#f8d7da;
    color:#721c24;
    border-radius:4px;
    border:1px solid #f5c6cb;
}
.ohmtang-sd-container .ohmtang-sd-section p{
    font-size:12px;
    color:#666;
    margin-bottom:10px;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form{
    background: #fefef9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e2f0dd;
    display: flex;
    justify-content: space-between;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form .ohmtang-sd-file-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form .ohmtang-sd-file-info-options{ 
    padding: 5px 0 10px 0;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form .ohmtang-sd-file-info strong{
    font-size:12px;
    color:#888;
    margin-left:8px;
    padding: 10px 0 5px 0;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form .ohmtang-sd-file-info span{
    font-size:12px;
    color:#888;
    margin-left:8px;
    white-space: nowrap;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-button {
    background-color: #038127;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}
.ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-button:hover {
    background-color: #e91e63;
}

@media (max-width: 768px) {
    .ohmtang-sd-container .ohmtang-sd-section .ohmtang-sd-form{
        flex-direction: column;
    }
}