.dda-top-meta,
.dda-author-box {
    box-sizing: border-box;
    font-family: inherit;
}

.dda-top-meta {
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 14px;
    margin: 18px 0 24px;
    padding: 14px 0;
}

.dda-avatar-link,
.dda-author-box-avatar {
    flex: 0 0 auto;
}

.dda-avatar-link {
    background: transparent !important;
    border: 0;
    border-radius: 50%;
    box-shadow: none !important;
    display: inline-flex;
    line-height: 0;
    outline-offset: 3px;
    padding: 0 !important;
    position: relative;
    text-decoration: none !important;
}

.dda-avatar-link::before,
.dda-avatar-link::after {
    display: none !important;
}

.dda-avatar-link:hover,
.dda-avatar-link:focus {
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.dda-avatar-link:hover .dda-avatar,
.dda-avatar-link:focus .dda-avatar {
    box-shadow: 0 0 0 3px rgba(24, 100, 171, .16);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--dda-accent) 20%, transparent);
}

.dda-avatar {
    border-radius: 50%;
    display: block;
    height: auto;
    transition: box-shadow .18s ease;
}

.dda-top-content {
    min-width: 0;
}

.dda-author-line {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.35;
}

.dda-author-name {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.dda-author-name:hover,
.dda-author-box-link:hover {
    color: var(--dda-accent);
    text-decoration: underline;
}

.dda-author-role {
    color: #4b5563;
    font-size: 13px;
}

.dda-date-line {
    color: #6b7280;
    display: grid;
    font-size: 13px;
    gap: 3px;
    line-height: 1.45;
    margin-top: 3px;
}

.dda-google-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -10px 0 26px;
    max-width: 720px;
}

.dda-google-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    color: #374151;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    min-height: 54px;
    padding: 10px 14px;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dda-google-action:hover,
.dda-google-action:focus {
    border-color: #b9c2cf;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
    color: #111827;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.dda-google-action-text {
    font-size: 13px;
    line-height: 1.25;
}

.dda-google-action-text strong {
    color: #111827;
    font-weight: 800;
}

.dda-google-icon {
    align-items: center;
    color: #4285f4;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
}

.dda-author-box {
    align-items: flex-start;
    background: var(--dda-box-bg);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    gap: 18px;
    margin: 34px 0 8px;
    padding: 22px;
}

.dda-author-box-content {
    min-width: 0;
}

.dda-author-box-label {
    color: var(--dda-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.dda-author-box-name {
    color: #111827;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
}

.dda-author-box-role {
    color: #4b5563;
    font-size: 14px;
    margin: 5px 0 0;
}

.dda-author-box-description {
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.dda-author-box-link {
    color: var(--dda-accent);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    text-decoration: none;
}

@media (max-width: 540px) {
    .dda-top-meta,
    .dda-author-box {
        align-items: flex-start;
    }

    .dda-google-actions {
        grid-template-columns: 1fr;
    }

    .dda-author-box {
        padding: 18px;
    }

    .dda-author-box-name {
        font-size: 19px;
    }
}
