/*
 Theme Name:   2022 - SUSD Main - Parent
 Description:  SUSD 2022 Parent Theme
 Author:       Jacob Phelps
 Author URI:   http://JacobLPhelps.com.com
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  2022-susd-main-parent
 */

.mo-openid-app-icons p {
    display: none;
}

input,
select {
    border: solid 1px #322f6f;
}

.confirmation_message_wrapper {
    height: 100%;
    min-height: 40vh;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0 10%
}

img.logo.signature {
    max-width: 250px;
    margin-left: -5px;
}

/* Que Pasa Styles */
.que-pasa-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}
.que-pasa-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}
.que-pasa-card {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.que-pasa-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.thumbnail-wrapper {
    position: relative;
    margin-bottom: 1rem;
}
.frame-top {
    position: relative;
    background-color: #322f6f; /* blue or any accent color */
    z-index: 0;
}

.que-pasa-card:nth-child(3n-1).frame-top,
.que-pasa-card:nth-child(3n-1).frame-bottom{
    background-color: #f7911d;
}
.thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; 
}
.date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}
.excerpt {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}

.pagination {
    margin-top: 3rem;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination .current {
    background: #e4572e;
    color: #fff;
    border-color: #e4572e;
}

