.mt-20 {
    margin-top: 100px !important;
}
.bg-blue-600 {
    background-color: #1C64F2 !important;
}
.text-gray {
    color: #374151;
}

.blog .header {
    color: #111827;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.blog .header-info {
    color: #6B7280;;
}

.blog .blog-card img {
    height: 16rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.blog .blog-card .tag-wrapper span {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #1E429F;
    background-color: #E1EFFE;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    margin-inline-end: 0.5rem;
}

.blog .blog-card .publish-date,
.blog .blog-card .publish-by {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6B7280;
}

.blog .blog-card h3.title {
    color: #111827;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}

.blog .blog-card h3.title:hover {
    color: #111827; 
}

.blog .blog-card .subtitle {
    color: #6B7280;
    margin-bottom: 1.25rem;
}

.blog .blog-card .publish-by {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.blog .blog-card .username {
    color: #111827;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.blog .blog-card .blog-footer a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: #1D4ED8;
}

.blog .blog-card .blog-footer img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
}

.blog .related-title {
    font-size: 16px;
    font-weight: 700;
}

.blog .related-blog-card img {
    height: 8rem;
}

.blog .related-blog-card h3 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.blog .related-blog-card p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

.blog .related-blog-card .blog-footer a {
    font-size: 14px !important;
}

.blog .custom-card,
.blog .latest-blogpost,
.blog .newsletter {
    background-color: #f9fafb;
    border-color: #e5e7eb;
    border-radius: 0.5rem;
}

.blog .custom-card h4,
.blog .latest-blogpost h4,
.blog .newsletter h4 {
    color: #111827;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.blog .custom-card .custom-search,
.blog .newsletter .custom-search {
    background-color: #f9fafb;
    border-color: #d1d5db;
    height: 3rem;
    padding-left: 1.5rem;
    border-radius: 0.5rem;
}

.blog .custom-card .custom-input,
.blog .newsletter .custom-input {
    border: none;
    outline: none;
    background: transparent;
    height: 100%;
    padding-left: 0.5rem;
}

.blog .custom-card .custom-input::placeholder,
.blog .newsletter .custom-input::placeholder  {
    color: #9ca3af;
}

.blog .custom-card .custom-badge {
    background-color: #dbeafe;
    color: #1e40af;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    display: inline-block;
    cursor: pointer;
}

.blog .latest-blogpost a {
    display: block;
    color: #6B7280;
    margin-bottom: 0.75rem;
}

.blog .latest-blogpost a:hover {
    color: #374151;
    text-decoration: underline;
}

.blog .newsletter .btn {
    margin-bottom: 0;
    background-color: #1A56DB;
    border-color: #1A56DB;
    box-shadow: none;
}

.blog .blog-right {
    position: sticky;
    top: 7rem;
    height: 100vh;
}

.footer p.copyright {
    color: #000;
    letter-spacing: .0375em;
}

.footer p.copyright a {
    border-bottom: 1px dotted #000;
}

.footer .icons .icon {
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.footer .icons .icon:hover {
    background-color: hsla(0,0%,56.5%,.1)
}