/* Image Credits Page Styles */

.credits-content {
    padding: 40px 20px;
}

.credits-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.credits-table th,
.credits-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.credits-table th {
    background-color: #2c5f2d;
    color: white;
    font-weight: bold;
}

.credits-table tr:hover {
    background-color: #f5f5f5;
}

.credits-table a {
    color: #2c5f2d;
    text-decoration: none;
}

.credits-table a:hover {
    text-decoration: underline;
}

.image-category {
    margin-top: 40px;
}

.image-category h3 {
    color: #2c5f2d;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #97bc62;
}

.license-info {
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-left: 4px solid #2c5f2d;
}

.license-info ul,
.license-info ol {
    margin-left: 20px;
    line-height: 1.8;
}

.license-info p {
    margin-top: 20px;
}

.footer-bottom a.credits-link {
    color: #97bc62;
}
