@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .github-username-generator-tool, .tc-wp-tool-root .github-username-generator-tool .gugt-container, .tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap, .tc-wp-tool-root .github-username-generator-tool .gugt-card, .tc-wp-tool-root .github-username-generator-tool .gugt-input, .tc-wp-tool-root .github-username-generator-tool .gugt-btn{
  box-sizing: border-box;
}.tc-wp-tool-root .github-username-generator-tool{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  border-radius: 0 !important;
  color: #f5f7fb;
  background:
    radial-gradient(circle at 16% 12%, rgba(47, 129, 247, 0.32), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(139, 92, 246, 0.22), transparent 30%),
    linear-gradient(135deg, #05070d 0%, #0b1020 44%, #07121e 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .github-username-generator-tool .gugt-bg-glow{
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.7;
}.tc-wp-tool-root .github-username-generator-tool .gugt-glow-one{
  width: 320px;
  height: 320px;
  left: -120px;
  top: 110px;
  background: rgba(47, 129, 247, 0.18);
}.tc-wp-tool-root .github-username-generator-tool .gugt-glow-two{
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: 120px;
  background: rgba(35, 134, 54, 0.16);
}.tc-wp-tool-root .github-username-generator-tool .gugt-container{
  width: min(92%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-tool-root .github-username-generator-tool .gugt-header{
  text-align: center;
  margin: 0 auto;
}.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7ee787;
  border: 1px solid rgba(126, 231, 135, 0.28);
  background: rgba(13, 17, 23, 0.54);
  box-shadow: 0 0 28px rgba(126, 231, 135, 0.08);
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-tool-root .github-username-generator-tool h1{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  margin: 16px 0 12px;
  color: #ffffff;
}.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
  max-width: 790px;
  margin: 0 auto;
  color: #c9d1d9;
  line-height: 1.65;
}.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(201, 209, 217, 0.14);
  background: linear-gradient(180deg, rgba(22, 27, 34, 0.78), rgba(13, 17, 23, 0.76));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .github-username-generator-tool .gugt-input-head, .tc-wp-tool-root .github-username-generator-tool .gugt-results-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .github-username-generator-tool h2{
  margin: 0;
  color: #f0f6fc;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .github-username-generator-tool .gugt-count, .tc-wp-tool-root .github-username-generator-tool .gugt-status{
  color: #8b949e;
  white-space: nowrap;
}.tc-wp-tool-root .github-username-generator-tool .gugt-count strong{
  color: #7ee787;
}.tc-wp-tool-root .github-username-generator-tool .gugt-label{
  display: block;
  color: #f0f6fc;
  font-weight: 700;
  margin-bottom: 10px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(201, 209, 217, 0.18);
  background: rgba(1, 4, 9, 0.78);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .github-username-generator-tool .gugt-input::placeholder{
  color: #7d8590;
}.tc-wp-tool-root .github-username-generator-tool .gugt-input:focus{
  border-color: rgba(88, 166, 255, 0.88);
  box-shadow: 0 0 0 4px rgba(88, 166, 255, 0.16), 0 0 32px rgba(88, 166, 255, 0.12);
  background: rgba(1, 4, 9, 0.92);
}.tc-wp-tool-root .github-username-generator-tool .gugt-help{
  color: #8b949e;
  line-height: 1.5;
  margin-top: 10px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-actions{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 18px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
  appearance: none;
  border: 1px solid rgba(201, 209, 217, 0.16);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  color: #f0f6fc;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  min-width: 0;
}.tc-wp-tool-root .github-username-generator-tool .gugt-actions .gugt-btn{
  flex: 1 1 0;
}.tc-wp-tool-root .github-username-generator-tool .gugt-btn-primary{
  background: linear-gradient(135deg, #238636, #2ea043);
  box-shadow: 0 12px 28px rgba(46, 160, 67, 0.22);
}.tc-wp-tool-root .github-username-generator-tool .gugt-btn-ghost, .tc-wp-tool-root .github-username-generator-tool .gugt-load{
  background: rgba(33, 38, 45, 0.72);
}.tc-wp-tool-root .github-username-generator-tool .gugt-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(88, 166, 255, 0.46);
  box-shadow: 0 16px 34px rgba(88, 166, 255, 0.13);
}.tc-wp-tool-root .github-username-generator-tool .gugt-btn:focus-visible{
  outline: 3px solid rgba(88, 166, 255, 0.62);
  outline-offset: 3px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .github-username-generator-tool .gugt-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(201, 209, 217, 0.13);
  background:
    linear-gradient(180deg, rgba(33, 38, 45, 0.76), rgba(13, 17, 23, 0.86)),
    radial-gradient(circle at top right, rgba(88, 166, 255, 0.12), transparent 36%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  animation: gugtFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .github-username-generator-tool .gugt-card:hover{
  transform: translateY(-4px);
  border-color: rgba(88, 166, 255, 0.36);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.31);
}.tc-wp-tool-root .github-username-generator-tool .gugt-card::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-card::-webkit-scrollbar-track{
  background: rgba(13, 17, 23, 0.7);
  border-radius: 99px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-card::-webkit-scrollbar-thumb{
  background: rgba(88, 166, 255, 0.45);
  border-radius: 99px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-style{
  display: block;
  color: #7ee787;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-name{
  display: block;
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-bottom: 16px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-copy{
  width: 100%;
  background: rgba(88, 166, 255, 0.13);
  border-color: rgba(88, 166, 255, 0.24);
}.tc-wp-tool-root .github-username-generator-tool .gugt-copy.gugt-copied{
  background: rgba(46, 160, 67, 0.2);
  border-color: rgba(126, 231, 135, 0.42);
}.tc-wp-tool-root .github-username-generator-tool .gugt-load-wrap{
  display: flex;
  justify-content: center;
	margin-top: 10px;
}.tc-wp-tool-root .github-username-generator-tool .gugt-load[hidden]{
  display: none;
}@keyframes gugtFadeIn {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 34px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 92%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.72rem;
    padding: 7px 10px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 18px;
    padding: 16px;
    margin-top: 18px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input-head, .tc-wp-tool-root .github-username-generator-tool .gugt-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-count, .tc-wp-tool-root .github-username-generator-tool .gugt-status, .tc-wp-tool-root .github-username-generator-tool .gugt-help, .tc-wp-tool-root .github-username-generator-tool .gugt-label{
    font-size: 0.82rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 0.95rem;
    padding: 12px;
    border-radius: 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-actions{
    flex-direction: row;
    gap: 6px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.76rem;
    padding: 11px 6px;
    border-radius: 11px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.8rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 40px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 91%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.76rem;
    padding: 8px 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 20px;
    padding: 18px;
    margin-top: 20px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input-head, .tc-wp-tool-root .github-username-generator-tool .gugt-results-head{
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1.05rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-count, .tc-wp-tool-root .github-username-generator-tool .gugt-status, .tc-wp-tool-root .github-username-generator-tool .gugt-help, .tc-wp-tool-root .github-username-generator-tool .gugt-label{
    font-size: 0.86rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 1rem;
    padding: 13px;
    border-radius: 13px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-actions{
    flex-direction: row;
    gap: 7px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.82rem;
    padding: 12px 8px;
    border-radius: 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 16px;
    border-radius: 17px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.82rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1.06rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 48px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 90%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.78rem;
    padding: 8px 13px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 22px;
    padding: 20px;
    margin-top: 22px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1.12rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-count, .tc-wp-tool-root .github-username-generator-tool .gugt-status, .tc-wp-tool-root .github-username-generator-tool .gugt-help, .tc-wp-tool-root .github-username-generator-tool .gugt-label{
    font-size: 0.9rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 1rem;
    padding: 14px;
    border-radius: 14px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-actions{
    flex-direction: row;
    gap: 8px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.88rem;
    padding: 13px 10px;
    border-radius: 13px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.85rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1.1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 62px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 92%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.82rem;
    padding: 9px 15px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 24px;
    padding: 24px;
    margin-top: 24px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1.2rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 1.03rem;
    padding: 15px;
    border-radius: 15px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.94rem;
    padding: 14px 16px;
    border-radius: 14px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.86rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1.12rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 74px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 92%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.84rem;
    padding: 9px 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 26px;
    padding: 28px;
    margin-top: 26px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1.24rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 1.05rem;
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.96rem;
    padding: 15px 18px;
    border-radius: 15px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.88rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1.12rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 82px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 92%;
  }.tc-wp-tool-root .github-username-generator-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .github-username-generator-tool .gugt-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-kicker{
    font-size: 0.86rem;
    padding: 10px 18px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 28px;
    padding: 30px;
    margin-top: 28px;
  }.tc-wp-tool-root .github-username-generator-tool h2{
    font-size: 1.28rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 1.06rem;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.98rem;
    padding: 16px 20px;
    border-radius: 15px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-style{
    font-size: 0.9rem;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 1.14rem;
  }}@media (max-width: 319px) {.tc-wp-tool-root .github-username-generator-tool{
    padding: 28px 0;
    border-radius: 0 !important;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-container{
    width: 92%;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-actions{
    flex-direction: column;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-panel, .tc-wp-tool-root .github-username-generator-tool .gugt-results-wrap{
    border-radius: 16px;
    padding: 14px;
    margin-top: 16px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-input{
    width: 100%;
    font-size: 0.92rem;
    padding: 12px;
    border-radius: 12px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-btn{
    font-size: 0.82rem;
    padding: 12px 8px;
    border-radius: 11px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-card{
    padding: 14px;
    border-radius: 15px;
  }.tc-wp-tool-root .github-username-generator-tool .gugt-name{
    font-size: 0.98rem;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}