#froala_dad-plugin-container {
    display: flex;
    flex-direction: column-reverse;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area { 
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area h2 {
    text-align: center;
    margin-bottom: 15px;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area .error-message {
    color: #d32f2f;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #ffebee;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d32f2f;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area #froala_dad-plugin-form {
    flex: 1;
    min-width: 0;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area #froala_dad-plugin-response {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

#froala_dad-plugin-container .froala_dad-plugin-tool-area #froala_dad-plugin-response #resultsArea {
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 20px;
    flex: 1;
}

#froala_dad-plugin-form .froala_dad-plugin-field {
    margin-bottom: 15px;
}

#froala_dad-plugin-form .froala_dad-plugin-field input {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

#froala_dad-plugin-form .froala_dad-plugin-field .required-mark {
    color: #FF0000;
}

#froala_dad-plugin-form #analyzeButton {
    font-size: 16px;
    font-weight: 400;
    background-color: #0098F7;
    border-color: #0098F7;
    border-style: solid;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 0;
    color: white;
    display: block;
    margin: auto;
    width: 200px;
}

#froala_dad-plugin-form #analyzeButton:hover,
#froala_dad-plugin-form #analyzeButton:focus {
    background-color: #FFFFFF;
    color: #0098F7;
}

#froala_dad-plugin-form .status-text {
    margin-top: 10px;
    font-style: italic;
    color: #555;
    text-align: center;
    height: 1.5em;
}

#froala_dad-plugin-form #editor {
    border: 1px solid #b3e0ff;
    margin-top: 15px;
    max-height: 60vh;
    overflow-y: auto;
}

#froala_dad-plugin-form .editor-controls-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

#froala_dad-plugin-form .progress {
    background-color: #b3e0ff;
    margin-top: 15px;
}

#froala_dad-plugin-form .progress .determinate {
    background-color: #0098f7 !important;
}

#froala_dad-plugin-response table#scoreTable {
    width: 100%;
    margin-bottom: 20px;
}

#froala_dad-plugin-response table.striped.blue-theme-table {
    border: 1px solid #b3e0ff;
}

#froala_dad-plugin-response table.striped.blue-theme-table thead tr {
    border-bottom: 2px solid #0098f7;
}

#froala_dad-plugin-response table.striped.blue-theme-table tr td,
#froala_dad-plugin-response table.striped.blue-theme-table tr th {
    color: #00304A;
    padding: 10px 12px;
}

#froala_dad-plugin-response table.striped.blue-theme-table tbody tr:nth-child(odd) {
    background-color: #e6f5ff;
}

#froala_dad-plugin-response table.striped.blue-theme-table th {
    font-weight: bold;
    background-color: #ccefff;
}

#froala_dad-plugin-response .overall-score td {
    font-weight: bold;
    background-color: #b3e0ff !important;
    color: #00304A !important;
}

#froala_dad-plugin-response #resultsArea h3 {
    font-size: 1.5rem;
    color: #15b69b;
    margin-top: 1.5em;
}

#froala_dad-plugin-response #resultsArea h4 {
    font-size: 1.2rem;
    color: #13a38a;
    margin-top: 1em;
}

#froala_dad-plugin-response #resultsArea strong {
    color: #0077c2;
}

.froala_dad-plugin-header-content {
    max-width: 1280px;
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.froala_dad-plugin-header-content h1 {
    color: #005c94;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5em;
    margin-top: 0;
}

.froala_dad-plugin-header-content .requirements {
    background: #e6f5ff;
    border-left: 4px solid #0098f7;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.froala_dad-plugin-header-content .requirements ul,
.froala_dad-plugin-header-content .requirements ol {
    margin-top: 10px;
    padding-left: 25px;
}

.froala_dad-plugin-header-content .requirements strong {
    font-size: 1.1em;
    color: #005c94;
}

@media (max-width: 992px) {
    #froala_dad-plugin-container .froala_dad-plugin-tool-area {
        flex-direction: column;
    }
}
