/* 绥化代怀页面样式 - 黄色主题 */
.single {
    padding: 60px 0;
    background: #fff;
}
.w3_agileits_single_left_grid {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}
.w3_agileits_single_left_grid1 {
    position: relative;
}
.w3_agileits_single_left_grid1_left {
    background: #ffc107;
    padding: 15px 20px;
    color: #fff;
}
.w3_agileits_single_left_grid1_left h4 {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #fff;
}
.w3_agileits_single_left_grid1_left p {
    font-size: 0.9em;
    opacity: 0.9;
    margin-bottom: 0;
}
.w3layouts_single_para {
    padding: 30px;
}
.w3layouts_single_para p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}
.w3_single_img_bottom {
    padding: 30px;
    background: #f8f9fa;
}
.w3_single_img_bottom h4 {
    font-size: 1.5em;
    color: #ffc107;
    margin-bottom: 20px;
}
.w3_single_img_bottom ul {
    list-style: none;
    padding: 0;
}
.w3_single_img_bottom ul li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #666;
    line-height: 1.6;
}
.w3_single_img_bottom ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #ffc107;
}
.w3l_author {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.w3l_author_right h4 a {
    color: #ffc107;
    font-size: 1.3em;
}
.w3l_author_right p {
    color: #666;
    line-height: 1.6;
}
.w3ls_reply {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.w3ls_reply h3 {
    font-size: 1.5em;
    color: #ffc107;
    margin-bottom: 20px;
}
.w3ls_reply textarea,
.w3ls_reply input[type="text"],
.w3ls_reply input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
.w3ls_reply textarea:focus,
.w3ls_reply input[type="text"]:focus,
.w3ls_reply input[type="email"]:focus {
    border-color: #ffc107;
    outline: none;
}
.w3ls_reply textarea {
    min-height: 120px;
    resize: vertical;
}
.w3ls_reply input[type="submit"] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 0.3s ease;
}
.w3ls_reply input[type="submit"]:hover {
    opacity: 0.9;
}
.agile_single_left {
    padding-left: 30px;
}
.wthree_search input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 30px;
}
.agileits_recent_posts {
    margin-bottom: 30px;
}
.agileits_recent_posts h3 {
    font-size: 1.5em;
    color: #ffc107;
    margin-bottom: 20px;
}
.agileits_recent_posts_grid {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.agileits_recent_posts_gridr h4 a {
    color: #333;
    font-size: 1.1em;
}
.agileits_recent_posts_gridr h4 a:hover {
    color: #ffc107;
}
.agileits_tags ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.agileits_tags ul li a {
    display: inline-block;
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}
.agileits_tags ul li a:hover {
    background: #ffc107;
    color: #fff;
}
.footer {
    padding: 60px 0;
    background: #333;
    color: #fff;
}
.footer h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #ffc107;
}
.footer p {
    color: #ccc;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .agile_single_left {
        padding-left: 0;
        margin-top: 30px;
    }
}
