/*
Theme Name: Twenty Seventeen Child
Theme URI: https://GeorgiaChinaVisa.org/
Description: Child theme for Twenty Seventeen
Author: SuperIT Web Studio
Author URI: https://SuperIT.us/
Template: twentyseventeen
Version: 1.0.0
Text Domain: twentyseventeen-child
*/

.gcv-next-steps {
  margin: 40px 0;
  padding: 24px;
  border-radius: 16px;
  background: #f7f7f7;
}

.gcv-next-steps-sub {
  margin-bottom: 20px;
  color: #555;
}

.gcv-next-steps-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.gcv-btn {
  display: block;
  text-align: center;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #ddd;
}

.gcv-btn.primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.gcv-btn.secondary {
  background: #fff;
  color: #111;
}

.gcv-btn.ghost {
  background: transparent;
  color: #333;
}

#next-steps {
  scroll-margin-top: 80px; /* 防止被顶部菜单挡住 */
}

@media (min-width: 768px) {
  .gcv-next-steps-buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}
