.cms-container-7047 {
    font-family: sans-serif;
}

.cms-search-wrap-7047 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cms-input-7047 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.cms-grade-input-7047 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.cms-btn-7047 {
    padding: 12px 24px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 100%;
}

.cms-btn-7047:hover {
    background-color: #005177;
}

.cms-loading-7047 {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

.cms-results-7047 {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.cms-list-header-7047 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f9f9f9;
    font-weight: bold;
    border-bottom: 2px solid #eee;
}

.cms-count-badge-7047 {
    font-weight: normal;
    color: #666;
    font-size: 14px;
    margin-left: 8px;
}

.cms-list-item-7047 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.cms-list-item-7047:last-child {
    border-bottom: none;
}

.cms-item-title-7047 a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.cms-item-title-7047 a:hover {
    color: #0073aa;
    text-decoration: underline;
}

.cms-grade-badge-7047 {
    background: #e5f5fa;
    color: #0073aa;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.cms-error-7047 {
    color: #d63638;
    padding: 20px;
    margin: 0;
    text-align: center;
}