.ws-po-box {
    color: transparent; /* Hides only the text */
    position: relative;
}

.ws-po-box::after {
    content: "မေးခွန်းကိုဖြေပါ။"; /* New Burmese text */
    color: black; /* Make the new text visible */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; /* Ensures it fits inside the box */
    text-align: center; /* Centers the message */
}

.boxed {
    border: 2px solid #B0C4DE; /* A softer, lighter blue for a more subtle border */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #F0F8FF; /* A very light azure, less stark than a light grey and further from white */
}

@media (max-width: 344px) {
    .form-horizontal .form-group.item-rating_button.mc_horizontal.mc_horizontal_344 .controls .controls-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .form-horizontal .form-group.mc_horizontal_344 .controls .controls-inner .keep-label {
        margin-bottom: 0;
    }

    .form-horizontal .form-group.mc_horizontal_344 .controls .controls-inner .btn-group {
        margin-top: 0;
        margin-bottom: 2px;
    }
}

@media (min-width: 218px) and (max-width: 344px) {

    .form-horizontal .form-group.mc_horizontal_344 .controls .controls-inner .keep-label:first-of-type {
        align-self: flex-start;
        width: 100%;
        text-align: left;
    }

    .form-horizontal .form-group.mc_horizontal_344 .controls .controls-inner .keep-label:last-of-type {
        align-self: flex-end;
        width: 100%;
        text-align: right;
    }
}

@media screen and (max-width: 217px) {
    div.form-row.mc_vertical_ifneeded .btn-group>.btn, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:before, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:after {
        display: table;
        content: " ";
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:after {
        clear: both;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:before, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:after {
        display: table;
        content: " ";
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:after {
        clear: both;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group>.btn {
        float: none;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn+.btn, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn+.btn-group, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group+.btn, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group+.btn-group {
        margin-top: -1px;
        margin-left: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
        border-radius: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:first-child>.btn:last-child, 
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:first-child>.dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    div.form-row.mc_vertical_ifneeded .btn-group>.btn-group:last-child>.btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
}