
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    color: #007AFF;
}
.pagination i,.pagination  div {
    cursor: pointer;
}
.following-null {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 50vh;
}
.following-null img{
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.following-null .title {
 font-size: 16px;
 font-weight: 600;
}
.following-null p {
    margin-top: 8px;
 font-size: 14px;
 color: #6D717F;
}


.discovery-btn {
    max-width: 400px;
    width: 100%;
    background: #1a73e8;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    letter-spacing: 0.25px;
    margin-top: 24px;
}
.pagination-current {
    font-weight: bold;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
        align-items: center;
    justify-content: center;
    background-color: #007AFF;
}
@media (max-width: 768px) {
    .following .comic-item:nth-child(-n+15) {
        display: block;
    }
    .discovery-btn {
        padding: 14px;
    }
}