.list-page {
    margin-top: 20px;
    margin-bottom: 35px;
}

.list-header-row {
    margin-bottom: 10px;
}

.list-page-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #E0E0E0;
}

.list-page-subtitle {
    margin-top: 6px;
    margin-bottom: 0;
    color: #E0E0E0;
}

.list-page-action {
    padding-top: 16px;
}

.list-panel {
    border: 1px solid #5f6674;
    background: linear-gradient(180deg, #2f3542 0%, #2a303c 100%);
    box-shadow: 0 10px 22px rgba(9, 16, 30, 0.28);
}

.list-panel .panel-body {
    padding: 15px;
}

.list-results-meta {
    margin-bottom: 12px;
    color: #E0E0E0;
}

.list-results-panel {
    margin-bottom: 12px;
}

.build-list-table {
    margin-bottom: 0;
}

.build-list-table thead th {
    background: linear-gradient(180deg, #3a414e 0%, #343a46 100%);
    border-bottom: 2px solid #5f6674;
}

.grid-toolbar {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #666e7d;
    border-radius: 4px;
    background: linear-gradient(180deg, #3a414e 0%, #343a46 100%);
    font-size: 13px;
}

.grid-toolbar span {
    color: #E0E0E0;
    font-weight: 700;
    margin-right: 6px;
}

.grid-toolbar a {
    margin-right: 10px;
    white-space: nowrap;
}

.grid-toolbar a.current-view {
    font-weight: 700;
    color: #E0E0E0;
}


.build-grid-card {
    margin-bottom: 18px;
    border: 1px solid #616979;
    border-radius: 8px;
    background: linear-gradient(180deg, #3a404b 0%, #323741 100%);
    box-shadow: 0 10px 22px rgba(9, 16, 30, 0.3);
    overflow: hidden;
}


.build-grid-card:hover {
    transform: translateY(-2px);
    border-color: #758097;
    box-shadow: 0 14px 28px rgba(9, 16, 30, 0.34);
}

.build-grid-thumb {
    display: block;
    height: 205px;
    padding: 8px;
    background: #232a35;
    text-align: center;
}

.build-grid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.build-grid-content {
    padding: 14px;
}

.build-grid-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.build-grid-content h3 a {
    color: #d9dee8;
}

.build-grid-line {
    margin-bottom: 7px;
    color: #E0E0E0;
    font-size: 14px;
    line-height: 1.35;
}

.build-grid-label {
    color: #E0E0E0;
    font-weight: 700;
}

.build-grid-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    color: #E0E0E0;
    font-size: 15px;
    font-weight: 600;
}

.build-grid-date {
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 13px;
    color: #E0E0E0;
}

.list-pagination {
    margin-top: 14px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .list-page-title {
        font-size: 28px;
    }

    .list-page-action {
        padding-top: 6px;
    }

    .grid-view-links,
    .grid-sort-links {
        float: none !important;
        display: block;
    }

    .grid-sort-links {
        margin-top: 8px;
    }

    .build-grid-thumb {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .list-page-title,
    .list-page-subtitle,
    .list-page-action {
        text-align: center;
    }

    .list-page-action {
        padding-top: 10px;
    }

    .build-grid-thumb {
        height: 170px;
    }
}
