/*
Theme Name: LinkVerse
Description: A modern, responsive WordPress theme for link shortening and management with built-in analytics and user dashboard.
Author: Vedash Tech
Author URI: https://vedashtech.com
Theme URI: https://vedashtech.com/linkverse
Version: 1.0.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linkverse
Tags: custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-background, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* WordPress Standard CSS Classes */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.gallery-caption {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.sticky {
    position: relative;
}

.bypostauthor {
    background-color: #f3f4f6;
    padding: 0.5rem;
    border-left: 3px solid #3b82f6;
}

.alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}

.alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto 1rem auto;
}

.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 !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Page Links */
.page-links {
    clear: both;
    margin: 1rem 0;
}

.page-links a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem;
    background-color: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border-radius: 0.25rem;
}

.page-links a:hover {
    background-color: #e5e7eb;
}

.page-links .current {
    background-color: #3b82f6;
    color: white;
}

/* Block Styles */
.wp-block-button.is-style-linkverse-primary .wp-block-button__link {
    background-color: #2563eb;
    color: white;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.wp-block-button.is-style-linkverse-primary .wp-block-button__link:hover {
    background-color: #1d4ed8;
    color: white;
}

.wp-block-quote.is-style-linkverse-highlight {
    border-left: 4px solid #2563eb;
    background-color: #f8fafc;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0.5rem;
    font-style: italic;
}

/* Widget Styles */
.widget {
    margin-bottom: 2rem;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #374151;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.widget li:last-child {
    border-bottom: none;
}

.widget a {
    color: #2563eb;
    text-decoration: none;
}

.widget a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

/* Post Thumbnail Styles */
.post-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
