/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.ambutag-404 {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  background: linear-gradient(to bottom right, #f5f9fc, #eaf7f0);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
}

.ambutag-404 img {
  max-width: 160px;
  margin-bottom: 30px;
}

.ambutag-404 h1 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.ambutag-404 p {
  font-size: 1.15rem;
  margin-bottom: 25px;
}

.ambutag-404 a.button {
  display: inline-block;
  padding: 12px 30px;
  background: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}

.ambutag-404 a.button:hover {
  background: #218838;
}

.ambutag-404 a.button.secondary {
  background: #007bff;
}

.ambutag-404 a.button.secondary:hover {
  background: #0056b3;
}
/* ambutag Form Dark Mode Styling */
form.ambutag-form {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
    color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

form.ambutag-form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #ddd;
}

form.ambutag-form input[type="text"],
form.ambutag-form input[type="email"],
form.ambutag-form input[type="file"],
form.ambutag-form select,
form.ambutag-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    background: #2b2b2b;
    color: #fff;
    font-size: 1rem;
    box-sizing: border-box;
}

form.ambutag-form input::placeholder {
    color: #999;
}

form.ambutag-form input[type="text"]:focus,
form.ambutag-form input[type="email"]:focus,
form.ambutag-form input[type="file"]:focus,
form.ambutag-form select:focus,
form.ambutag-form textarea:focus {
    border-color: #ff6600;
    outline: none;
}

form.ambutag-form input[type="submit"] {
    background: #ff6600;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

form.ambutag-form input[type="submit"]:hover {
    background: #ff8533;
}
.ambutag-login-box {
    max-width: 380px;
    margin: 40px auto;
    padding: 25px;
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #848b98;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ambutag-login-logo {
    max-width: 120px;
    margin-bottom: 15px;
}

.ambutag-login-box h2 {
    font-family: sans-serif;
    margin-bottom: 20px;
}

#ambutag-loginform input[type="text"],
#ambutag-loginform input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#ambutag-loginform input[type="submit"] {
    background: #222;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

#ambutag-loginform input[type="submit"]:hover {
    background: #444;
}

.ambutag-register-link {
    margin-top: 15px;
    font-size: 14px;
}
.ambutag-dashboard {
  padding: 20px;
  background: #848b98;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.ambutag-dashboard h2 {
  margin-bottom: 15px;
  font-size: 1.4em;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.ambutag-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}

.ambutag-table th, 
.ambutag-table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.ambutag-table th {
  background: #d8d8d8;
  font-weight: 600;
}

.ambutag-qr {
  max-width: 80px;
  display: block;
}
.ambutag-photo-container {
    position: relative;
    display: inline-block;
}

.ambutag-species-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 2rem;
}
.ambutag-type-pet {
  background: url('https://foundmygear.com/wp-content/uploads/2025/08/wallpaper-back.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
}

.ambutag-type-wallet {
  background: url('https://foundmygear.com/wp-content/uploads/2025/08/wallet-bg.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
}

.ambutag-type-bottle {
  background: url('https://foundmygear.com/wp-content/uploads/2025/08/bottle-bg.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
}
.ambutag-type-flex-tag {
  background: #ffffff;
  
}
.flex-tags-box {
  padding: 16px;
  background: #f8f8f8;
  border-radius: 12px;
  border: 2px solid #222;
  text-align: center;
  max-width: 350px;
  margin: 15px auto;
}

.flex-tags-word {
  font-size: 1.4em;
  font-weight: bold;
  color: #ff007f;
  margin-bottom: 10px;
}

.flex-tags-count {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.flex-tags-form input[type="email"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 8px;
  width: 100%;
}

.flex-tags-form button {
  padding: 8px 12px;
  background: #ff007f;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.flex-tag-btn {
  background: #222;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}
