/*
Theme Name: Global Catenaa
Author: Danushka Madushanka
Author URI: https://linkedin.com/in/danushka181
Organization: drowew3
Version: 1.0.1
License: Private
Description: A secure custom WordPress theme for globalcatenaa.com with enhanced security features
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Edit Post Link Styles */
.edit-link {
    margin-top: 1rem;
    padding: 0.5rem 0;
    border-top: 1px solid #eee;
}

.edit-link a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.edit-link a:hover {
    background-color: #005a87;
}

/* Post Navigation Styles */
.post-navigation {
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-next {
    text-align: right;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.post-navigation .nav-title {
    display: block;
    font-weight: 600;
    color: #333;
}

.post-navigation a {
    text-decoration: none;
    display: block;
    padding: 0.5rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.post-navigation a:hover {
    background-color: #f8f9fa;
}
