/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/


.affiliate-table-wrapper {
    margin: 20px 0;
}

.affiliate-table {
    width: 100%;
    border-collapse: collapse; /* Ensures no border between cells */
}

.affiliate-table th, .affiliate-table td {
    padding: 10px;
    text-align: left;
}

/* Remove borders for table cells */
.affiliate-table td {
    border: none;
}

/* Add dotted bottom border for affiliate container (row) */
.affiliate-row {
    border-bottom: 1px dotted #ddd;
}

/* Style the thumbnail to fit */
.affiliate-thumbnail img {
    width: 50px;
    height: auto;
}

/* Style the affiliate button */
.affiliate-button {
    background-color: #0073e6;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
}

.affiliate-button:hover {
    background-color: #005bb5;
}

/* Show More / Show Less Button */
.show-more-button {
    background-color: #0073e6;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.show-more-button:hover {
    background-color: #005bb5;
}

/* Hide additional posts */
.hidden-post {
    display: none;
}
