.discography-section {
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
}

.discography-title {
    font-size: var(--theme-title-large-size);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme-title);
    width: max-content;
    border-bottom: 1px solid var(--theme-text);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.song-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.song-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.song-number {
    width: 35px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.song-details {
    flex: 1;
}

.song-title {
    font-weight: bold;
    font-size: 15px;
    margin-right: 6px;
    display: inline;
}

.song-info {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 2px;
    display: inline;
}

.footer-links {
    margin-top: 18px;
    font-size: 13px;
    color: #444;
}

.footer-links span {
    font-style: italic;
    margin-right: 6px;
    color: #666;
}

.footer-links a {
    color: #1a1aff;
    text-decoration: none;
    margin: 0 4px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links {
    margin-top: 30px;
    font-size: 13px;
    color: #444;
    line-height: 1.8;
    text-align: left;
}

.footer-links .distribution-label {
    margin-bottom: 12px;
    font-weight: bold;
    display: block;
}

.footer-links .distribution-links a {
    color: #4683ee;
    text-decoration: none;
    font-weight: 500;
    margin-top: 5px;
}

.footer-links .distribution-links a:first-child {
    margin-left: 0;
}

.footer-links .distribution-links a:hover {
    text-decoration: underline;
}