.page-link-list-c54e0650 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-link-list-c54e0650 li {
    margin-bottom: 8px;
}

.page-link-list-c54e0650 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-left: 6px solid #e0e0e0;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.page-link-list-c54e0650 a:hover {
    border-left-color: #0073aa;
    color: #0073aa;
    background: #f1f1f1;
}

.page-link-list-c54e0650 .link-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link-list-c54e0650 .link-arrow svg,
.page-link-list-c54e0650 .link-arrow i {
    transition: transform 0.3s ease;
}

.page-link-list-c54e0650 a:hover .link-arrow svg,
.page-link-list-c54e0650 a:hover .link-arrow i {
    transform: translateX(4px);
}
