/*
Theme Name: Tierra Digital Network
Theme URI:  https://tierranet.id
Description: WordPress Theme untuk TIERRANET.ID — B2B Internet, Managed Services & Digital Solution.
Author: Budi Cahyono
Author URI: https://tierranet.id
Version: 2.0
Tags: one-column, custom-menu, featured-images, theme-options
*/

/* Tailwind handles all utility classes via CDN.
   Hanya style tambahan yang tidak bisa di-cover Tailwind yang ditulis di sini. */

html { scroll-behavior: smooth; }
[x-cloak] { display: none !important; }

/* Pagination WP */
.page-numbers {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.page-numbers a,
.page-numbers span {
  padding: .5rem .875rem;
  border-radius: .75rem;
  font-size: .8125rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  color: #475569;
  transition: all .2s;
}
.page-numbers a:hover { background: #F97316; border-color: #F97316; color: #fff; }
.page-numbers .current { background: #123a7d; border-color: #123a7d; color: #fff; }

/* Search form WP */
.search-form { display: flex; gap: .5rem; }
.search-field {
  flex: 1;
  padding: .75rem 1rem;
  border-radius: .75rem;
  border: 1px solid #e2e8f0;
  font-size: .875rem;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.search-field:focus { border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.2); }
.search-submit {
  padding: .75rem 1.5rem;
  background: #F97316;
  color: #fff;
  border-radius: .75rem;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
.search-submit:hover { background: #ea580c; }

/* Alpine x-collapse need min-height workaround */
[x-collapse] { overflow: hidden; }
