/**
 * MysticMeg Readers List Styles
 */

/* Container and layout */
.mysticmeg-readers-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mysticmeg-readers-container .cta-bar {
    /*background-color: #6a1b9a;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;*/
}

.mysticmeg-readers-container .cta-bar h2 {
    margin-top: 0;
    font-size: 28px;
    color: #fff;
}


a.reader-card-link:link,
a.reader-card-link:visited{
color:#70287F }

a.reader-card-link:hover{
text-decoration:none;
}

.mysticmeg-readers-container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 ;
}

.mysticmeg-readers-container .column {
    padding: 0 15px;
    box-sizing: border-box;
}

.mysticmeg-readers-container .width-3 {
    width: 200px;
}

.mysticmeg-readers-container .width-9 {
    width: calc(100% - 225px);
}

/* Filters section */
.mysticmeg-readers-container #filters {
    background-image: 
    url(/wp-content/uploads/2025/08/pattern4.png.webp);
	background-repeat: repeat;
    padding: 20px;
    border-radius: 5px;
}

.mysticmeg-readers-container #filters h3 {
    margin-top: 0;
    font-size: 2.4em;
text-align:center;
}

.mysticmeg-readers-container #filters-options .group {
    margin-bottom: 20px;
}

.mysticmeg-readers-container #filters-options .group h4 {
    display: block;
margin-bottom:10px;
    font-size: 1.8em;

}

#contentContainer section .mysticmeg-readers-container #filters-options ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#contentContainer section .mysticmeg-readers-container #filters-options li {
    margin:0;
	list-style-type:none;
	font-size:inherit;
}

.mysticmeg-readers-container #filters-options label {
    /*display: flex;*/
    align-items: center;
    cursor: pointer;
	font-weight:400;
	font-size:1.5em;
}

.mysticmeg-readers-container #filters-options input[type="checkbox"] {
    margin-right: 8px;
}

/* Sorting dropdown */
.mysticmeg-readers-container .reader-sorting {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.mysticmeg-readers-container .reader-sorting label {
    margin-right: 10px;
    font-weight: bold;
}

.mysticmeg-readers-container .reader-sorting select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    min-width: 200px;
}

/* Loading indicator */
.mysticmeg-readers-container .loading-indicator {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #6a1b9a;
}

/* Readers grid */
.mysticmeg-readers-grid {
    margin: 0 -10px;
}



.mysticmeg-readers-grid .reader-item {
    width: calc(33.333% - 20px);
    margin: 10px;
    /*float: left;*/
    box-sizing: border-box;
}
#psychics_simple .mysticmeg-readers-grid .reader-item {
width:auto;
}
.mysticmeg-readers-grid::after {
    content: '';
    display: table;
    clear: both;
}

/* Reader card */
.mysticmeg-reader-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    /*padding: 20px;*/
    background-color: #fff;
	background-image: 
    url(/wp-content/uploads/2025/08/pattern4.png.webp);
	background-repeat: repeat;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.mysticmeg-reader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Reader header */
.reader-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}

.reader-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 3px solid #3c0173;
}

.reader-details {
width: calc(100% - 110px);
margin-left:10px;
}

.reader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reader-name {
    margin: 10px 0 5px;
    font-size: 2.4em;
}

.reader-pin {
    color: #666;
    font-size: 14px;
}

/* Categories */
.reader-categories {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4;
}

.category-label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Rating */
.reader-rating {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}

.star {
    color: #ffd700;
    font-size: 18px;
    margin: 0 1px;
}

.rating-number {
    margin-left: 5px;
    color: #666;
    font-size: 14px;
}

/* Status */
.reader-status {
    text-align: center;
    margin: 15px 0;
}

.status {
    display: inline-block;
    padding: 5px 10px 7px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.status.available {
    background-color: #437e46;
    color: white;
}

.status.unavailable {
    background-color: #888;
    color: #ffffff;
}

/* Description */
section .reader-description p{
    margin: 15px 0;
    font-size: 1.4em;
    /*line-height: 1.5;
    color: #555;*/
}

/* Actions */
.reader-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
	align-items:center;
}

.toggle-favorite,
.login-to-favorite,
.view-reader {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    /*font-weight: bold;*/
    text-decoration: none;
    transition: background-color 0.2s;
}

.toggle-favorite {
    background-color: #f5f5f5;
    color: #333;
}

.toggle-favorite.add-favorite:hover {
    background-color: #e0e0e0;
}

.toggle-favorite.remove-favorite {
    background-color: #ffcdd2;
    color: #c62828;
}

.toggle-favorite.remove-favorite:hover {
    background-color: #ef9a9a;
}

.login-to-favorite {
    background-color: #f5f5f5;
    color: #555;
}

.view-reader {
    background-color: #6a1b9a;
    color: white;
}

.view-reader:hover {
    background-color: #4a148c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mysticmeg-readers-container .width-3,
    .mysticmeg-readers-container .width-9 {
        width: 100%;
    }
    
    .mysticmeg-readers-container #filters {
        margin-bottom: 20px;
    }
    
    .mysticmeg-readers-grid {
        margin: 0 -10px;
    }
    .mysticmeg-readers-grid .reader-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 550px) {

 .reader-header {
    /*flex-direction: row !important;*/
  }
.mysticmeg-readers-grid .reader-item {
        width: calc(100% - 20px);
    }
}

/* No results message */
.no-results {
    padding: 30px;
    text-align: center;
    font-style: italic;
    color: #666;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 20px;
}

/* == Reader Profile Page Specific Styles == */

.mysticmeg-reader-profile {
    /* Inherits some styles from .mysticmeg-readers-container if needed */
    /* Add any specific container styles here */
    /*padding: 20px;*/
    max-width: 1200px !important; /* Use max-width instead of fixed width */
	width:calc(100% - 425px);
    /*margin-top: 40px;*/
	margin-right:25px;
    box-sizing: border-box;
	background-image: 
    url(/wp-content/uploads/2025/08/pattern4.png.webp);
	background-repeat: repeat;
	border-radius:5px;
}

.psychicSidebar {
max-width:1200px;
width:35%;
margin-left:25px;
}

.mysticmeg-reader-profile .section-block {
    padding: 20px;

    /*border: 1px solid #eee;*/
    border-radius: 5px;
    /*margin-bottom: 30px;*/
}

/* Profile Layout Columns (using existing classes but maybe needing tweaks) */
.mysticmeg-reader-profile .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mysticmeg-reader-profile .column {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px; /* Add spacing between columns on mobile */
}

/* Adjust column widths based on your theme/framework if needed */
/* Assuming .width-5 means 5/12 or similar */
.mysticmeg-reader-profile .width-5 {
    width: 41.66667%;
}
.mysticmeg-reader-profile .width-2 {
    width: 16.66667%;
}

/* Specific Profile Elements */
.reader-profile-avatar {
    width: 150px; /* Larger avatar for profile */
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    /*margin: 0 auto 20px; /* Center avatar */
    border: 4px solid #6a1b9a;
}

.readerProfileDetails {
width: calc(100% - 200px);
margin-left:50px;
}

.reader-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mysticmeg-reader-profile h2 {
    text-align: left;
	margin-top:0;
    margin-bottom: 15px;
    color: #3c0173;
}

/* Psychic Actions List */
.page section ul.psychic_action {
max-width:none;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

.page #contentContainer section .psychic_action li {
    margin-bottom: 0;
	padding:5px 0;
    display: flex; /* Align icon and text */
    align-items: center;
    /*justify-content: center; /* Center items */
font-size:1.6em;
font-weight:300;
	margin-left:0;
	border-bottom: 1px solid #cccccc;
}

.page #contentContainer section .psychic_action li.status {
border-radius:0;
}

.psychic_action li.pin i {
    margin-right: 9px;
    /*font-size: 1.2em;*/
    /*line-height: 1;*/
}

.psychic_action li.status i {
    margin-right: 8px;
    /*font-size: 1.2em;*/
    /*line-height: 1;*/
}

.psychic_action li.favourite i {
    margin-right: 6px;
    /*font-size: 1.2em;*/
    /*line-height: 1;*/
}

.psychic_action li.pin i {
color:#3c0173;
}

.psychic_action li.status i.fa-bolt {
color:#4caf50;
}

.psychic_action li.status i.fa-bolt-slash {
color:#9c9d9c;
}

.psychic_action li.favourite i {
color:#e62000;
}

.psychic_action li.status .text {
    /*font-weight: bold;*/
}

.psychic_action li.status {
padding:0;
}

.psychic_action li.status .icon-flash.color-green-light {
    color: #2ecc71;
}

.psychic_action li.status .icon-flash.color-grey-light {
    color: #95a5a6;
}

.psychic_action li .favourite-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: #333;
}

a.button.favourite-button::after {
content:"";
}

a.button.favourite-button {
background-color:#3c0173;

}

.psychic_action li .favourite-button .icon {
    color: #e74c3c; /* Red for heart */
}

.reader-actions a.button{
width: 300px;
  max-width: 100%;
}

.tabs {
margin:20px 20px 0;
width:100%;
}

.page section .tabs ul.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ddd;
	max-width:none;
}

#contentContainer section .tabs ul.tab-nav li {
    margin: 0 5px -1px 0; /* Overlap border */
	list-style-type:none;
	font-size:1.8em;
	text-transform:uppercase;
}

.tabs .tab-nav li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background-color: #f7f7f7;
    color: #6a1b9a;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.tabs .tab-nav li.active a,
.tabs .tab-nav li a:hover {
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #fff; /* Cover the bottom border */
    color: #333;
}

.tabs .tab-panes .tab-pane {
    display: none; /* Hide inactive panes */
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.tabs .tab-panes .tab-pane.active {
    display: block; /* Show active pane */
}

.tab-content ul.disc {
    list-style-type: disc;
    /*margin-left: 20px;
    padding-left: 10px;*/
}

#contentContainer section ul.disc li {
font-size:2em;
font-weight:300;
}

/* Payment Options */
.payoption {
    border: 1px solid #eee;
    padding: 0 20px;
    margin-top: 25px;
	padding-bottom:20px;
    border-radius: 4px;
    background-image: 
    url(/wp-content/uploads/2025/08/pattern4.png.webp);
	background-repeat: repeat;
}

.payoption h2 strong {
    font-size: 24px;
    color: #6a1b9a;
}

.payoption p strong {
    font-size: 18px;
    color: #333;
}

.payoption small {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .mysticmeg-reader-profile .width-5,
    .mysticmeg-reader-profile .width-2 {
        width: 100%;
    }
    .mysticmeg-reader-profile .height-fixer.hide-on-mobile {
        display: none;
    }
    .mysticmeg-reader-profile .mt-mobile-50 {
         margin-top: 30px; /* Reduce margin slightly */
    }
    .reader-profile-avatar {
        width: 120px;
        height: 120px;
    }
    .tabs .tab-nav {
        flex-wrap: wrap;
    }
    .tabs .tab-nav li {
        /*width: 50%; /* Two tabs per row */
        /*margin-right: 0;
        margin-bottom: 5px;*/
    }
    .tabs .tab-nav li a {
        text-align: center;
    }
}

.unavailable {
    color: #e74c3c;
}

/* Reader Carousel Styles */
.reader-carousel-wrapper {
    position: relative;
    margin: 0 -10px;
    overflow: hidden;
}

.reader-carousel {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
}

.reader-carousel::-webkit-scrollbar {
    height: 6px;
}

.reader-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.reader-carousel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.reader-carousel::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.reader-carousel-item {
    flex: 0 0 auto;
    width: 180px;
    padding: 0 10px;
    scroll-snap-align: start;
}

.reader-carousel .reader-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reader-carousel .reader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.reader-carousel .reader-avatar {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}

.reader-carousel .reader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reader-carousel .reader-avatar-placeholder {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.reader-carousel .reader-avatar-placeholder .reader-placeholder-icon {
    color: #ccc;
}

.reader-carousel .reader-info {
    padding: 10px;
    flex-grow: 1;
    display: inline-block;
}

.reader-carousel .reader-info h4 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reader-carousel .reader-pin {
    font-size: 12px;
    color: #777;
}

.reader-carousel .reader-icons {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding: 8px 10px;
}

.reader-carousel .reader-icon {
    display: inline-block;
}

.reader-carousel .reader-icon svg {
    display: block; /* Prevents extra space below */
    width: 16px; /* Ensure consistent size */
    height: 16px;
}

.reader-carousel .favorite-icon .reader-favorite-svg {
    stroke: #ccc; /* Default: outline */
    fill: none;
}

.reader-carousel .favorite-icon.is-favorite .reader-favorite-svg {
    fill: #ff5a5f; /* Red fill when favorite */
    stroke: #ff5a5f; /* Red stroke when favorite */
}

.reader-carousel .availability-icon .reader-availability-svg {
    fill: #ccc; /* Default: grey */
}

.reader-carousel .availability-icon.available .reader-availability-svg {
    fill: #5cb85c; /* Green fill when available */
}

/* Carousel Navigation */
.carousel-nav {
    text-align: center;
    margin-top: 15px;
}

.carousel-nav button {
    background: #a60100;
	color:#ffffff;
    border: none;
    padding: 10px;
	font-weight:500;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
	font-size:1.5em;
    transition: background 0.3s ease;
}

.carousel-nav button:hover {
    background: #d22329;
}

.carousel-nav button::after {
content:'';
}


#psychicDesc div {
display:flex;
border-bottom:1px solid #dcd1e1;
padding:10px 0;
}

#psychicDesc div:last-of-type {
border-bottom:none;
}

#psychicDesc div i {
font-size: 4em;
  margin-right: 15px;
  margin-top: 12px;
  color:#3c0173;
  min-width:45px;
}

  
 section #psychicDesc p {
 margin:0;
 font-size: 1.5em;
 line-height:150%;
 }
 
  section #psychicDesc p span.tel {
 margin:0;
 font-size: 2em;
 font-weight:500;
 color:#3c0173;
 }
 
  section #psychicDesc p span.smallPrint {
 margin:0;
font-size: 90%;

 }