.acim-listing .chapter-list {
    list-style: none;
    padding: 0;
}

.acim-listing .chapter-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

.player-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.share-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #fff;
}

.share-section input {
    width: 100%;
    padding: 0.4rem;
    font-size: 1rem;
}

.social-buttons a {
    margin-right: 0.5rem;
    text-decoration: none;
    color: #007bff;
}

.social-buttons a:hover {
    text-decoration: underline;
}
