/*
Theme Name: Saseni Landing
Theme URI: https://saseni.example
Author: Saseni
Author URI: https://saseni.example
Description: A WordPress theme port of the Saseni academic marketplace landing page UI.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saseni-landing
Tags: custom-logo, featured-images, one-column, responsive-layout
*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(23, 109, 181, 0.25);
    clip: auto !important;
    clip-path: none;
    color: #21225c;
    display: block;
    font-weight: 700;
    height: auto;
    left: 1rem;
    padding: 0.75rem 1rem;
    top: 1rem;
    width: auto;
    z-index: 100000;
}

.saseni-brand-text {
    color: #21225c;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.saseni-content-shell {
    padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.saseni-entry-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(33, 34, 92, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 46px rgba(33, 34, 92, 0.08);
    padding: clamp(1.35rem, 3vw, 2.4rem);
}

.saseni-entry-card h1,
.saseni-entry-card h2,
.saseni-entry-card h3 {
    color: #21225c;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    letter-spacing: -0.03em;
}

.saseni-entry-card p,
.saseni-entry-card li {
    color: #68729d;
    line-height: 1.75;
}

.saseni-entry-card a {
    color: #176db5;
    font-weight: 700;
    text-decoration: none;
}

.saseni-entry-card a:hover {
    color: #612e91;
}

.saseni-breadcrumbs {
    margin: 0 0 1rem;
}

.saseni-breadcrumbs ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.saseni-breadcrumbs li {
    align-items: center;
    color: #68729d;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    gap: 0.45rem;
}

.saseni-breadcrumbs li:not(:last-child)::after {
    color: rgba(33, 34, 92, 0.35);
    content: "/";
}

.saseni-breadcrumbs a {
    color: #176db5;
    text-decoration: none;
}

.saseni-breadcrumbs a:hover {
    color: #612e91;
}

.saseni-post-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.saseni-post-list article {
    border-top: 1px solid rgba(33, 34, 92, 0.08);
    padding-top: 1rem;
}

.saseni-entry-meta,
.saseni-entry-tags {
    align-items: center;
    color: #68729d;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin-top: 1rem;
}

.saseni-entry-meta {
    font-size: 0.92rem;
    font-weight: 700;
}

.saseni-entry-tags a {
    background: rgba(23, 109, 181, 0.08);
    border-radius: 999px;
    display: inline-flex;
    margin: 0 0.35rem 0.35rem 0;
    padding: 0.35rem 0.75rem;
}

.saseni-pagination {
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.footer-links,
.footer-links-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li + li {
    margin-top: 0.55rem;
}

.footer-contact {
    display: grid;
    gap: 0.65rem;
}

.footer-contact-item {
    align-items: center;
    display: flex;
    gap: 0.7rem;
}

.footer-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1.5rem 0;
}

.footer-bottom,
.footer-links-inline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1rem;
    justify-content: space-between;
}

.footer-links-inline {
    justify-content: flex-start;
}

.footer-links-inline a,
.footer-link {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
