.w3-website-analyzer {
    color: #172033;
}
.w3-website-analyzer .analyzer-shell {
    background: #fff;
    border: 1px solid #e4ebf6;
    border-radius: 6px;
    box-shadow: 0 6px 14px rgba(20, 57, 119, .12);
    padding: 26px;
}
.w3-website-analyzer .analyzer-shell h2 {
    background: none;
    border: none;
    padding: 0;
    color: #000 !important;
    text-transform: capitalize;
    font-weight: 600;
}
.w3-website-analyzer .analyzer-shell .input-row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 30px;
}
.w3-website-analyzer .analyzer-shell .input-row input#w3AnalyzerUrl {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid #cfdaea;
    border-radius: 4px;
    background: #fbfdff;
    color: #172033;
    font-size: 16px;
    outline: none;
}
.w3-website-analyzer .analyzer-shell .input-row .url-input:focus { 
    border-color: #2f72e5; 
    box-shadow: 0 0 0 4px rgba(47,114,229,.12); 
}
.w3-website-analyzer .analyzer-shell .input-row button.btn {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
    margin: 0;
}
.w3-website-analyzer .analyzer-shell .input-row button.btn:hover:not(:disabled) { 
    transform: translateY(-1px); 
}
.w3-website-analyzer .analyzer-shell .input-row button.btn:disabled { 
    opacity: .55; 
    cursor: not-allowed; 
}
.w3-website-analyzer .analyzer-shell .input-row button.btn-primary {
    background: linear-gradient(135deg,#1f62d6,#3a83f6);
    color: #fff;
    box-shadow: 0 5px 10px rgba(31, 98, 214, .24);
}
.w3-website-analyzer .analyzer-shell .input-row button.btn-secondary { 
    background: #eef4ff; 
    color: #1f62d6; 
    border: 1px solid #cbdcf8;
}
.w3-website-analyzer .analyzer-shell .select-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.w3-website-analyzer .analyzer-shell .select-row strong {
    color: #18243a;
    font-size: 18px;
}
.w3-website-analyzer .analyzer-shell .select-row .select-actions {
    display: flex;
    gap: 8px;
}
.w3-website-analyzer .analyzer-shell .select-row .select-actions button.link-btn {
    border: 0;
    background: transparent;
    color: #0045be;
    font-weight: 600;
    padding: 4px 14px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 4px;
}
.w3-website-analyzer .analyzer-shell .category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px 12px;
    margin-bottom: 18px;
}
.w3-website-analyzer .analyzer-shell .category-grid label.category-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #dce8fb;
    border-radius: 5px;
    background: #f8fbff;
    color: #393939;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 0;
}
.w3-website-analyzer .analyzer-shell .category-grid label.category-card input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #158fff;
}
.w3-website-analyzer .analyzer-shell .category-grid label.category-card:has(input:checked){
    border-color: #2f72e5; 
    background: #eef5ff; 
    color: #173d83;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress {
    display: none;
    margin-top: 18px;
    padding: 14px;
    border-radius: 4px;
    background: #f3f8ff;
    color: #34506f;
    font-weight: 800;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress.visible {
    display: block;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress .progress-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress .progress-meta span.spinner {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(31,98,214,.18);
    border-top-color: #1269ff;
    border-radius: 50%;
    animation: w3AnalyzerSpin .8s linear infinite;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress .progress-meta #w3AnalyzerProgressText{
    font-weight: 600;
    color: #000;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress .progress-wrap {
    height: 8px;
    overflow: hidden;
    border-radius: 4px;
    background: #dbe8fb;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerProgress .progress-wrap div#w3AnalyzerProgressBar {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,#1f62d6,#42b7ff);
    transition: width .25s ease;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerError {
    display: none;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    font-weight: 500;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerError.visible {
    display: block;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerError.alert-danger{
    border: 1px solid #ffc9c9; 
    background: #fff4f4; 
    color: #b42318;
}
.w3-website-analyzer .analyzer-shell  div#w3AnalyzerResults {
    margin-top: 24px;
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: navajowhite;
    max-width: unset;
}
.w3-website-analyzer .analyzer-shell  div#w3AnalyzerResults .result-card {
    margin-bottom: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .learn-more-wrapper {
    margin: 15px 0;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .learn-more-wrapper button.learn-more-btn {
    min-height: 48px;
    padding: 12px 22px;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
    margin: 0;
    background: linear-gradient(135deg, #1f62d6, #3a83f6);
    color: #fff;
    box-shadow: 0 3px 7px rgba(31, 98, 214, .24);
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .learn-more-wrapper button.learn-more-btn:hover {
    transform: translateY(-1px);
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card button.result-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 0;
    background: linear-gradient(90deg,#1f62d6,#42b7ff);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card button.result-toggle span i{
    font-size: 28px;
    transition: .2s ease-in-out;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card.open button.result-toggle span i{
    transform: rotate(180deg);
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body {
    display: none;
    padding: 18px;
    transition: 0.2s ease-in-out;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card.open .result-body {
    display: block;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-tools {
    margin-bottom: 12px;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-tools input.table-search {
    width: 100%;
    max-width: 400px;
    min-height: 42px;
    padding: 9px 12px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    margin-right: 10px;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive {
    width: 100%;
    overflow-x: auto;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table th, .w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table td {
    padding: 11px 12px;
    border-bottom: 1px solid #b1b1b1;
    vertical-align: top;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table th {
    color: #18243a;
    background: #f0f5fd;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #848484;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table td {
    color: #1d1d1d;
    word-break: break-word;
    border: 1px solid #a2a2a2;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .summary-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .summary-grid .summary-item {
    padding: 13px;
    border: 1px solid #e1e9f5;
    border-radius: 12px;
    background: #fbfdff;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .summary-grid .summary-item strong {
    display: block;
    margin-bottom: 5px;
    color: #18243a;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .summary-grid .summary-table {
    grid-column: 1 / -1;
}
.w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .summary-grid .summary-empty{
    color: #667085; 
    font-weight: 600;
}
@keyframes w3AnalyzerSpin { 
    to { 
        transform: rotate(360deg); 
    } 
}
@media (max-width: 767px){
    .w3-website-analyzer .analyzer-shell{
        padding: 16px;
        margin: 0 15px 30px;
    }
    .w3-website-analyzer .analyzer-shell .input-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .w3-website-analyzer .analyzer-shell .input-row input#w3AnalyzerUrl {
        width: 100%;
    }
    .w3-website-analyzer .analyzer-shell .input-row button.btn {
        flex: 0;
    }
    .w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table th, .w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table td {
        padding: 9px 4px;
    }
    .w3-website-analyzer .analyzer-shell div#w3AnalyzerResults .result-card .result-body .table-responsive table th {
        text-transform: capitalize;
        font-size: 12px;
    }
}