.governdocs-doc-box {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 2px solid #dae1ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0,0,0,.06);
    max-width: 100%;
    margin-bottom: 20px;
    color: #222;
}
.governdocs-doc-box.governdocs-doc-style-2 {
    border: 1px solid #1f2937;
    border-radius: 0;
    background: #fcfcfd;
    box-shadow: 8px 8px 0 rgba(15, 23, 42, .08);
}
.governdocs-doc-box.governdocs-doc-box-full {
    border: none;
    box-shadow: none;
    padding: 0;
}
.governdocs-doc-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0 0 0;
}
.governdocs-doc-icon svg{
    width: 26px;
    height: 26px;
    display: block;
}
.governdocs-doc-body{
    min-width: 0;
    flex: 1 1 auto;
}
.governdocs-report-cover {
    margin: 0 0 14px;
}
.governdocs-report-cover__link {
    display: block;
    text-decoration: none;
}
.governdocs-report-cover__image {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    border: 1px solid #dae1ed;
    border-radius: 8px;
    background: #fff;
}
.governdocs-doc-style-2 .governdocs-report-cover__image {
    border-radius: 0;
    border-color: #94a3b8;
}
.governdocs-doc-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 600;
}
.governdocs-doc-title a{
    text-decoration: none;
}
.governdocs-doc-meta {
    margin: 0 0 10px;
    font-size: 13px;
    color: #6b7280;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.governdocs-doc-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 12px;
    border-radius: 999px;
    border: 1px solid #dae1ed;
    background: #fafafa;
    font-size: 0.8rem;
    color: #222;
}
.governdocs-doc-style-2 .governdocs-doc-pill {
    border-radius: 0;
    border-color: #94a3b8;
    background: #eef2f7;
    color: #0f172a;
}
.governdocs-doc-actions{
    flex: 0 0 auto;
}
.governdocs-doc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #d1d5db;
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.governdocs-doc-style-2 .governdocs-doc-btn {
    border-radius: 0;
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}
.governdocs-doc-btn:hover{
    background: #f9fafb;
}
.governdocs-doc-style-2 .governdocs-doc-btn:hover{
    background: #1e293b;
}
.governdocs-doc-desc {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}
.governdocs-meeting-sections {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.governdocs-meeting-sections:has(> .governdocs-meeting-section:nth-child(2)):not(:has(> .governdocs-meeting-section:nth-child(3))) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.governdocs-meeting-section {
    min-width: 0;
}
.governdocs-meeting-section{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:14px 0 0 0;
    border-top:1px solid #dae1ed;
}
.governdocs-meeting-section:first-child {
    border-right: 1px solid #dae1ed;
    padding-right: 20px;
}
.governdocs-doc-style-2 .governdocs-meeting-section {
    border-top-color: #94a3b8;
}
.governdocs-doc-style-2 .governdocs-meeting-section:first-child {
    border-right-color: #94a3b8;
}
.governdocs-meeting-section:last-child {
    padding-left: 20px;
}
.governdocs-meeting-section-body{
    min-width:0;
    flex:1 1 auto;
}
.governdocs-meeting-section-title{
    margin:0 0 10px 0;
    font-size:1rem;
    line-height:1.3;
    font-weight:600;
}
.governdocs-meeting-section-title a{
    text-decoration:none;
}
.governdocs-doc-list-wrapper {
    display: block;
}
.governdocs-doc-list-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid #dae1ed;
    border-radius: 12px;
    background: #f8fafc;
}
.governdocs-doc-list-summary {
    font-size: 0.9rem;
    color: #475569;
}
.governdocs-doc-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 10px;
}
.governdocs-doc-filters__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 180px;
}
.governdocs-doc-filters__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}
.governdocs-doc-filters select,
.governdocs-doc-filters__submit {
    min-height: 40px;
}
.governdocs-doc-filters select {
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
}
.governdocs-doc-filters__submit,
.governdocs-doc-filters__reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #0f172a;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}
.governdocs-doc-filters__submit {
    cursor: pointer;
}
.governdocs-doc-filters__reset {
    border-color: #cbd5e1;
    background: #fff;
    color: #0f172a;
}
.governdocs-doc-list-empty {
    padding: 18px 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
}
.governdocs-doc-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 4px 0 0;
}
.governdocs-doc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-size: 0.9rem;
}
.governdocs-doc-pagination .page-numbers.current {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}
.governdocs-doc-list-wrapper .governdocs-doc-style-2 + .governdocs-doc-style-2 {
    margin-top: 20px;
}
@media (max-width: 640px) {
    .governdocs-doc-list-toolbar {
        padding: 12px;
    }
    .governdocs-doc-filters {
        width: 100%;
    }
    .governdocs-doc-filters__field {
        min-width: 100%;
    }
    .governdocs-doc-filters__submit,
    .governdocs-doc-filters__reset {
        min-height: 40px;
    }
}