/* ==========================================================================
   6. RIGHT REPLICA CONTAINER DECORATIONS
   ========================================================================== */
.latest-blog-item {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.latest-item-date {
    font-size: 0.7rem;
    color: var(--text-date);
    font-weight: 500;
    display: block;
    margin-bottom: 0.4rem;
}

.latest-item-title a {
    text-decoration: none;
    color: var(--text-primary);
    font-size: 1.05rem;
    font-weight: 500;
}

.latest-item-title a:hover {
    color: var(--google-link-blue);
}

.latest-item-excerpt {
    font-size: 0.85rem;
    color: var(--text-date);
    margin-top: 0.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-box-footer-search {
    margin-top: 1.5rem;
}

.box-search-form {
    display: flex;
    align-items: center;
    background-color: #303134;
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
    border: 1px solid transparent;
}

.box-input-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
}

.search-icon-placeholder {
    color: #9aa0a6;
    font-size: 0.85rem;
}

.box-search-input {
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-primary);
    font-size: 0.85rem;
    width: 100%;
    padding: 0.4rem 0;
}

.btn-box-search {
    background: transparent;
    border: none;
    color: var(--google-link-blue);
    font-weight: 500;
    font-size: 0.85rem;
    cursor: pointer;
}
