/*
Theme Name: Dev Theme
Text Domain: screenshot-theme
Version: 0.1
Author: Developer
*/

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    overflow: auto;
    display: block;
}

.scroll-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #e3f709;
    color: black;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    transition: opacity 0.3s ease;
    z-index: 4;
    font-style: normal;
}

.scroll-btn:hover {
    opacity: 1;
}

.scroll-btn:active {
    transform: scale(0.95);
}

.wp-block-list li {
	margin-bottom: 5px;
}
.wp-block-file {
	margin-top:30px;
}