.ct-latest-cases {
    margin: 20px 0;
}

.ct-case-item {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.ct-case-item:last-child {
    border-bottom: none;
}

.ct-case-item h3 {
    margin: 0 0 10px;
}

.ct-case-item h3 a {
    text-decoration: none;
    color: #2271b1;
}

.ct-case-item h3 a:hover {
    text-decoration: underline;
}

.ct-case-meta {
    color: #646970;
    font-size: 14px;
    margin-bottom: 10px;
}

.ct-case-meta span {
    margin-right: 15px;
}

.ct-summary {
    margin: 15px 0;
    line-height: 1.6;
}

.ct-concepts {
    margin: 15px 0;
}

.ct-concept-tag {
    display: inline-block;
    background: #f0f0f1;
    color: #2271b1;
    padding: 4px 12px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
}

.ct-concept-tag:hover {
    background: #2271b1;
    color: #fff;
}

.ct-pdf-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.ct-pdf-link:hover {
    background: #135e96;
}

.ct-case-detail {
    max-width: 900px;
    margin: 0 auto;
}

.ct-case-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.ct-case-header h1 {
    margin: 0 0 15px;
}

.ct-case-meta {
    margin: 10px 0;
}

.ct-case-detail section {
    margin: 30px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.ct-case-detail section h2 {
    margin-top: 0;
    color: #2271b1;
}

.ct-holding,
.ct-summary {
    font-size: 16px;
    line-height: 1.7;
}

.ct-constitutional-concepts ul {
    list-style: none;
    padding: 0;
}

.ct-constitutional-concepts li {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #2271b1;
}

.ct-constitutional-concepts blockquote {
    margin: 10px 0;
    padding: 10px 15px;
    background: #f0f0f1;
    border-left: 3px solid #2271b1;
    font-style: italic;
}

.ct-key-quotes ul {
    list-style: none;
    padding: 0;
}

.ct-key-quotes blockquote {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #2271b1;
    font-style: italic;
}

.ct-concept-page {
    max-width: 900px;
    margin: 0 auto;
}

.ct-concept-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.ct-concept-description {
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0;
}

.ct-concept-source {
    color: #646970;
    font-size: 14px;
}

.ct-cases-list {
    list-style: none;
    padding: 0;
}

.ct-cases-list li {
    padding: 15px;
    margin: 10px 0;
    background: #f9f9f9;
    border-radius: 4px;
}

.ct-cases-list a {
    text-decoration: none;
    color: #2271b1;
    font-weight: 600;
}

.ct-cases-list a:hover {
    text-decoration: underline;
}

.ct-case-date {
    display: block;
    color: #646970;
    font-size: 14px;
    margin-top: 5px;
}
