.social-button {
    text-decoration: none;
    padding: 8px 12px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 90px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.toggle-button {
    text-decoration: none;
    padding: 4px 8px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 90px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.read-button,
.collapsed .toggle-button {
    text-decoration: none;
    padding: 2px 4px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 75px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.news_more {
    text-decoration: none;
    padding: 8px 12px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 80px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.others-img {
    height: 60px;
}
.others-img-s {
    height: 50px;
    margin: 5px;

}

.others-button {
    font-size: 0.8rem;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 180px;
    width: auto;
    display: inline-block;
    margin: 10px;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}


.music-button {
    text-decoration: none;
    padding: 8px 8px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 8rem;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.works-button {
    text-decoration: none;
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 50%;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;

}

.phonoa-button {
    background-color: #d63384;

}

.staria-button {
    background-color: #323278;
    color: #e6d296;

}

.ncr-button {
    background-color: #0766be;
    color: white;
}

.pdf-button {
    text-decoration: none;
    padding: 10px 20px;
    font-size: 1.2rem;
    background-color: #fcb69f;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    min-width: 80px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    background-color: #fcb69f;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    font-weight: 600;
}
.books-button {
    text-decoration: none;
    padding: 8px 8px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 8rem;
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 5px 0;
    white-space: nowrap;
    text-align: center;
    border-radius: 15px;
    background-color: #fcb69f;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
}

.pdf-button:hover {
    opacity: 0.8;
    background-color: #ffe1c4;
    color: #303d4e;
    transform: translateY(1px);
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

.social-button:hover,
.music-button:hover {
    background-color: #ffe1c4;
    color: #303d4e;
    transform: translateY(1px);
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}


.others-button:hover {
    opacity: 0.8;
    transform: translateY(1px);
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

.read-button:hover {
    background-color: #ffe1c4;
    color: #303d4e;
    transform: translateY(1px);
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 750px) {
    body {
        margin: 0 auto;
        max-width: 1200px;
        padding: 10px;
        box-shadow: none;
        border-radius: 0;
        font-size: 1rem;
    }

    .language-selector {
        flex-direction: column;
        align-items: flex-start;
    }

    .phonoa-button {
        font-size: 0.8rem;
    }

    .pdf-button {
        font-size: 1rem
    }

    .staria-button {
        font-size: 0.8rem
    }

    .music-button {
        min-width: 6rem;
    }

    .toggle-button,
    .social-button {
        padding: 4px 8px;
        font-size: 1rem;
    }

    .read-button,
    .collapsed .toggle-button {
        padding: 2px 4px;
        font-size: 0.8rem;
    }

}