/* OS Downloads */
#ohmtang-cs-download-block{
    padding: 0 5px 30px 5px;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group{
    width: 300px;
    margin-block-start: 24px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group ul{
    padding-left: 30px;
    padding-bottom: 15px;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group ul li{
    padding: 5px;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group ul li::marker {
    font-family: "ohmtang-csgi" !important;
    content: "\e600";
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group a{
    text-decoration: none;
    border: 1px solid transparent;
    padding-bottom: 2px;
}
#ohmtang-cs-download-block .ohmtang-cs-download-items .wp-block-group a:hover{
    border-bottom: 1px #000 solid;
}

/* Bios Settings */
#ohmtang-cs-bios-settings{
    padding: 0 5px 30px 5px;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 0 20px;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 600px;
    margin-block-start: 24px;
    padding: 20px;
    border: 1px #abb8c3 solid;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group .ohmtang-cs-post-list ul li{
    border: 1px dashed transparent;
    border-bottom-color: #abb8c3;
    margin: 0 0 10px 0;
    padding: 0 0 4px 0;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group .ohmtang-cs-post-list ul li:hover{
    border: 1px solid transparent;
    border-bottom-color: #ff0000;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group .ohmtang-cs-post-list ul li a{
    text-decoration: none;
    display: inline-block;
    /* text-decoration-color: #abb8c3;
    text-decoration-style: dashed;
    text-underline-position: under; */
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group .ohmtang-cs-post-list ul li a:hover{
    /* text-decoration: underline; */
    color: #ff0000;
}
#ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group .wp-block-buttons{
    flex: 1;
    align-items: flex-end;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (max-width: 1440px) {
    #ohmtang-cs-bios-settings .ohmtang-cs-bios-settings-items .ohmtang-cs-post-list-group{
        width: 450px;
    }
}

/* Post List */
.ohmtang-cs-post-list-group-parent{
    width: auto !important;
}
div.ohmtang-cs-post-list-group-parent h2.wp-block-heading{
    margin-left: 0 !important;
    margin-right: 0 !important;
}