/*
 Theme Name: Divi Child
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.back-issues-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.back-issue {
    display: inline-block;
    margin-right: 15px;
    width: 150px; /* Adjust size as needed */
}

.back-issue img {
    max-width: 150px;
    height: auto;
    display: block;
}

.back-issue h2 {
	font-size: 18px;
}

/* Optional: Style for the scrollbar */
.back-issues-container::-webkit-scrollbar {
    height: 8px;
}

.back-issues-container::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 4px;
}
