
@media (max-width: 840px) {
  .mobile-break {
    display: block;
  }
}

.kadence-column721_c1af5e-d1 figure {
    display: inline-block;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.kadence-column721_c1af5e-d1 figure img {
    display: block;
    border-radius: 10px;
}

/* 两个按钮的外层整体改为上下排列，并整体居中 */
.kadence-column721_28e167-b2 .wp-block-columns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px;
}

/* 去掉原本两列各自的左右偏移和宽度影响 */
.kadence-column721_28e167-b2 .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
    flex: none !important;
    width: auto !important;
}

/* 按钮组本身居中 */
.kadence-column721_28e167-b2 .wp-block-buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 统一按钮外层块宽度 */
.kadence-column721_28e167-b2 .wp-block-button:has(a[href*="scholar.google.com"]),
.kadence-column721_28e167-b2 .wp-block-button:has(a[href*="orcid.org"]) {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    flex: 0 0 200px !important;
    margin: 0 auto !important;
}

/* 统一按钮本体 */
.kadence-column721_28e167-b2 a.wp-block-button__link[href*="scholar.google.com"],
.kadence-column721_28e167-b2 a.wp-block-button__link[href*="orcid.org"] {
    width: 100% !important;
    min-height: 56px;
    padding: 0.85rem 1rem !important;

    background-color: #ffffff !important;
    border: 1px solid #838383 !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #000000 !important;

    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2;
    text-decoration: none !important;
    box-sizing: border-box;
    white-space: nowrap;

    transition: background-color 0.2s ease,
                border-color 0.2s ease,
                color 0.2s ease,
                box-shadow 0.2s ease;
}

/* hover */
.kadence-column721_28e167-b2 a.wp-block-button__link[href*="scholar.google.com"]:hover,
.kadence-column721_28e167-b2 a.wp-block-button__link[href*="orcid.org"]:hover {
    background-color: #981B1C !important;
    border-color: #981B1C !important;
    color: #ffffff !important;
}

.wp-elements-e9a544e4355afed5b13715ec7d67418e a[href*="mailto:xpwu@ecust.edu.cn"]{
    text-decoration: none;
}

.wp-elements-e9a544e4355afed5b13715ec7d67418e a[href*="mailto:xpwu@ecust.edu.cn"]:hover{
    color: #3498db;
    text-decoration: underline;
}


