/* Custom styles over Bootstrap */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #fff;
}

/* PageSpeed optimizations for layouts */
.main-content {
    min-height: calc(100vh - 200px);
}

.blog-post h1 {
    color: #0b5ed7;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 2rem;
}

/* Ensure empty states look fine */
.card-img-top {
    object-fit: cover;
    height: 200px;
    background-color: #f8f9fa;
}

/* Sticky Footer */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ======== YOAST SEO STYLES ======== */
.yoast-card {
    border: 1px solid #c3c4c7;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.yoast-card-header {
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcde;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.yoast-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.yoast-preview-wrapper {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    max-width: 600px;
}

.snippet-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.snippet-icon {
    width: 28px;
    height: 28px;
    background-color: #f1f3f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.snippet-domain-group {
    display: flex;
    flex-direction: column;
}

.snippet-site-title {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #202124;
}

.snippet-url {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #4d5156;
}

.snippet-title {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #1a0dab;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.snippet-desc {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #4d5156;
    line-height: 1.58;
}

.yoast-progress-bg {
    height: 4px;
    background-color: #dcdcde;
    border-radius: 2px;
    margin-top: 8px;
    width: 100%;
}

.yoast-progress-bar {
    height: 4px;
    background-color: #7ad03a; /* Default Green */
    border-radius: 2px;
    transition: width 0.3s ease, background-color 0.3s ease;
    width: 0%;
}

/* Dots */
.yoast-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.dot-red { background-color: #dc3232; }
.dot-orange { background-color: #f56e28; }
.dot-green { background-color: #7ad03a; }
.dot-gray { background-color: #a7aaad; }

#seoAnalysisList .list-group-item {
    border: none;
    border-bottom: 1px solid #f0f0f1;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #3c434a;
}
#seoAnalysisList .list-group-item:last-child {
    border-bottom: none;
}
