/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2025 | 11:24:33 */
body { 
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif; 
    line-height: 1.6; 
    color: #202124; 
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.container { 
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 20px; 
    background: #ffffff;
}
h1 { 
    font-size: 2.4em; 
    color: #1a73e8; 
    margin-bottom: 20px; 
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}
h2 { 
    font-size: 1.8em; 
    color: #202124; 
    margin-top: 40px; 
    margin-bottom: 18px;
    font-weight: 500;
    border-bottom: 3px solid #4285f4;
    padding-bottom: 10px;
}
h3 { 
    font-size: 1.4em; 
    color: #1967d2; 
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
h4 {
    font-size: 1.2em;
    color: #137333;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 500;
}
.author-box { 
    background: #f8f9fa; 
    border: 2px solid #dadce0;
    padding: 25px; 
    border-radius: 12px; 
    margin: 30px 0; 
    text-align: center;
}
.podcast-highlight { 
    background: linear-gradient(135deg, #e8f0fe, #f8f9fa); 
    border-left: 5px solid #4285f4; 
    padding: 25px; 
    margin: 30px 0; 
    border-radius: 8px;
}
.quick-answer {
    background: #e6f4ea;
    border-left: 4px solid #34a853;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}
.consistency-box { 
    background: #e8f5e8; 
    border-left: 4px solid #34a853; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 4px;
}
.determination-box { 
    background: #fef7e0; 
    border-left: 4px solid #fbbc04; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 4px;
}
.phelps-box { 
    background: #fff3e0; 
    border-left: 4px solid #ff9800; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 4px;
}
.law-averages-box { 
    background: #f3e5f5; 
    border-left: 4px solid #9c27b0; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 4px;
}
.keyword-strategy-box {
    background: #fff8e1;
    border-left: 4px solid #ff8f00;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}
.expert-insight {
    background: #f1f3f4;
    border-left: 3px solid #5f6368;
    padding: 18px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 4px;
}
.platform-spotlight {
    background: #e3f2fd;
    border: 2px solid #2196f3;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}
.implementation-guide {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 18px;
    margin: 20px 0;
    border-radius: 6px;
}
.conclusion-section {
    background: linear-gradient(135deg, #f8f9fa, #e8f0fe);
    border: 2px solid #4285f4;
    padding: 40px;
    margin: 40px 0;
    border-radius: 15px;
    text-align: center;
}
.key-takeaways {
    background: #fff3e0;
    border-left: 5px solid #ff9800;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
}
.success-formula {
    background: linear-gradient(135deg, #e8f5e8, #c8e6c8);
    border: 2px solid #34a853;
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
    text-align: center;
}
table { 
    width: 100%; 
    border-collapse: collapse; 
    margin: 25px 0; 
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
th, td { 
    border: 1px solid #dadce0; 
    padding: 14px; 
    text-align: left; 
    vertical-align: top;
}
th { 
    background: linear-gradient(135deg, #4285f4, #1a73e8); 
    color: #ffffff; 
    font-weight: 500;
}
tr:nth-child(even) {
    background-color: #f8f9fa;
}
tr:hover {
    background-color: #e8f0fe;
}
.cta-section { 
    background: linear-gradient(135deg, #ea4335, #d33b2c); 
    color: #ffffff; 
    padding: 30px; 
    text-align: center; 
    border-radius: 12px; 
    margin: 30px 0; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.cta-link, .cta-button { 
    background: #ffffff; 
    color: #ea4335; 
    padding: 15px 30px; 
    text-decoration: none; 
    border-radius: 25px; 
    font-weight: 600; 
    display: inline-block; 
    margin: 15px 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cta-link:hover, .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}
.stats-section { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
    gap: 20px; 
    margin: 35px 0; 
}
.stat-item { 
    background: #ffffff; 
    padding: 25px; 
    border-radius: 12px; 
    border: 2px solid #dadce0; 
    text-align: center; 
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.stat-item:hover {
    transform: translateY(-5px);
    border-color: #4285f4;
}
.stat-number { 
    font-size: 2.5em; 
    font-weight: 600; 
    color: #1a73e8; 
    margin-bottom: 10px; 
}
.navigation-box { 
    background: #f8f9fa; 
    padding: 30px; 
    border-radius: 12px; 
    margin: 35px 0; 
    border: 2px solid #e0e0e0;
}
.navigation-box h2 {
    margin-top: 0;
    text-align: center;
    color: #1a73e8;
}
.navigation-box ul { 
    list-style: none; 
    padding: 0; 
    columns: 2;
    column-gap: 40px;
}
.navigation-box li { 
    margin: 12px 0; 
    break-inside: avoid;
}
.navigation-box a { 
    text-decoration: none; 
    color: #1a73e8; 
    font-weight: 500;
    padding: 8px 12px;
    display: block;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.navigation-box a:hover {
    background-color: #e8f0fe;
    color: #1967d2;
}
.quote-section {
    background: #f8f9fa;
    border-left: 4px solid #4285f4;
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
blockquote {
    background: #f8f9fa;
    border-left: 4px solid #34a853;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.tldr {
    background: linear-gradient(135deg, #fff3e0, #ffe0b2);
    border: 2px solid #ff9800;
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
}
.tldr h2 {
    color: #ef6c00;
    margin-top: 0;
    border-bottom: 2px solid #ff9800;
}
p {
    margin-bottom: 18px;
    text-align: justify;
    line-height: 1.7;
}
ul, ol {
    margin-bottom: 20px;
    padding-left: 25px;
}
li {
    margin-bottom: 8px;
    line-height: 1.6;
}
strong {
    color: #202124;
    font-weight: 600;
}
em {
    color: #5f6368;
}
a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}
a:hover {
    color: #1967d2;
    text-decoration: underline;
}
pre {
    background: #f8f9fa;
    border: 1px solid #dadce0;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
}
dl {
    margin: 20px 0;
}
dt {
    font-weight: 600;
    color: #1a73e8;
    margin-top: 20px;
    margin-bottom: 8px;
}
dd {
    margin-left: 20px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 2px solid #e0e0e0;
}
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    .navigation-box ul {
        columns: 1;
    }
    .stats-section {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }
}