/* ------------------- */
/* TABLA DE FEEDS      */
/* ------------------- */

#ai-feeds .wp-list-table.striped > tbody > tr {
    background: #fff;
}

#ai-feeds table.wp-list-table tr.ai-stripe-dark {
    background-color: #f9f9f9;
}

#ai-feeds table.wp-list-table tr.ai-stripe-light {
    background-color: #fff;
}

#ai-feeds .wp-list-table tr.subfeed-row {
    background-color: #fff !important;
}

#ai-feeds .wp-list-table > tbody > tr:hover {
    background-color: #eef6fc;
}

#ai-feeds .wp-list-table tr.feed-row td:nth-child(2) {
    font-weight: bold;
}

/* ------------------- */
/* ETIQUETAS EN TABLA  */
/* ------------------- */

#ai-feeds .ai-tag {
    display: inline-block;
    background-color: #2271b1;
    color: #fff;
    padding: 2px 8px;
    margin: 0 5px 5px 0;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
}

/* ------------------------ */
/* BLOQUE DE FILTROS       */
/* ------------------------ */



#ai-feeds #ai-feeds-filters-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Botones */
#ai-feeds #ai-feeds-toggle-filters,
#ai-feeds #ai-feeds-clear-filters {
    font-size: 13px;
    padding: 5px 12px;
}

#ai-feeds #ai-feeds-toggle-filters.active {
    background-color: #2271b1;
    color: #fff;
}

#ai-feeds #ai-feeds-clear-filters {
    border: 1px solid #b32d2e;
    background-color: #fff;
    color: #b32d2e;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#ai-feeds #ai-feeds-clear-filters:hover {
    background-color: #fef2f2;
    border-color: #b32d2e;
}

/* ---------------------------- */
/* TAGS DE FILTRO (NUBE)       */
/* ---------------------------- */

#ai-feeds-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 12px;
    background-color: #f9f9f9;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    margin-bottom: 10px;
}

#ai-feeds .ai-tag-filter {
    display: inline-block;
    background-color: #fff;
    color: #444;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #ccd0d4;
    transition: all 0.2s ease-in-out;
}

#ai-feeds .ai-tag-filter:hover {
    background-color: #f5f5f5;
}

#ai-feeds .ai-tag-filter.selected {
    background-color: #2271b1;
    color: #fff;
    border-color: #1e6ba1;
}
#ai-feeds .imported-feed {
    opacity: 0.4;
}
#ai-feeds .wp-list-table td {
    vertical-align: middle;
}

/* ---------------------------- */
/* MIS FUENTES                  */
/* ---------------------------- */
/* Oculta el panel de estado y fecha solo en el CPT ai_feed */
body.post-type-ai_feed #misc-publishing-actions,
body.post-type-ai_feed #minor-publishing,
body.post-type-ai_feed .misc-pub-section.misc-pub-post-status,
body.post-type-ai_feed .misc-pub-curtime {
    display: none !important;
}

th.column-hereda_ajustes,
td.column-hereda_ajustes {
    width: 70px;
    text-align: center;
}
th.column-aife_ajustes,
td.column-aife_ajustes {
    width: 110px;
    text-align: center;
}
th.column-importar_noticias,
td.column-importar_noticias {
    width: 110px;
    text-align: center;
}

/* ---------------------------- */
/* GRID                  */
/* ---------------------------- */
.ia-feeds-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.ia-feeds-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ia-feeds-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.ia-feeds-card label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.ia-disabled {
    pointer-events: none;
    opacity: 0.5;
}

div.ia-feeds-grid textarea {
    min-height: 100px;
}

.ia-feeds-subgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ia-feeds-prompt-box {
    display: flex;
    flex-direction: column;
}
.ia-feeds-card--group {
    border: 1px solid #ccd0d4;
    background-color: ;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.ia-feeds-card--group h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.ia-feeds-card--group {
    grid-column: 1 / -1; /* Ocupa todo el ancho disponible en el grid padre */
}
.wrap.importar .ia-feeds-grid{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}
.ia-feeds-card.noticia {
    padding-top: 0px;
}
.ia-feeds-card.noticia .noticia {
    max-height: 550px;
    overflow-y: overlay;
	overflow-x: hidden;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    margin-right: -10px;
    margin-left: -5px;
}
.ia-feeds-card.noticia .noticia * {
    user-select: none;
}
.ia-feeds-card.noticia .noticia img{
    max-width: 100%;
	height: auto !important;
}
.ia-feeds-card.noticia .noticia h3{
    font-size: 18px;
    line-height: 25px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.ia-feeds-card.noticia .selectable {
    text-align: center;
    margin: auto;
    width: 20px;
	height: 0;
}

/* Scroll fino para navegadores WebKit (Chrome, Safari, Edge) */
.ia-feeds-card.noticia .noticia::-webkit-scrollbar {
    width: 5px;
}

.ia-feeds-card.noticia .noticia::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.ia-feeds-card.noticia .noticia::-webkit-scrollbar-track {
    background: transparent;
}

/* Hover visual */
.ia-feeds-card.noticia:hover {
    background-color: #f3f3f3;
    border-color: #999;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Cuando está seleccionada */
.ia-feeds-card.noticia.activada {
    background-color: #e7f1ff;
    border-color: #2271b1;
}

/* Y para el checkbox: si está marcado, el padre se activa */
.ia-feeds-card.noticia input[type="checkbox"]:checked ~ .noticia {
    font-weight: bold;
}

.ai-feeds-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.ia-feeds-card.noticia .selectable {
    position: relative;
    top: -5px;;
}
.ia-feeds-card.noticia .noticia a {
    pointer-events: none;
    cursor: default;
    color: inherit;
}
.checkbox-fijo {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ia-feeds-card.noticia .noticia {
    position: relative;
}

.ia-feeds-card.noticia .original_url {
    width: calc(100% + 21px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-top: 19px;
    border: 1px solid #ddd;
    margin-left: -12px;
    margin-bottom: -10px;
    padding: 0px;
}

.ia-feeds-card.noticia .original_url .fuente_url {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.ia-feeds-card.noticia .original_url .fuente_url:hover {
  z-index: 999;
  overflow: visible;
  white-space: normal;
  text-decoration: underline;
  background: #fff;
}

.ia-feeds-card .checkbox-fijo {
  width: 18px;
  height: 18px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #aaa;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
  background-color: #fff;
}

.ia-feeds-card .checkbox-fijo:checked {
  background-color: #007bff; /* Azul fuerte */
  border-color: #007bff;
}

.ia-feeds-card .checkbox-fijo:checked::after {
  content: '✓';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.ia-feeds-card .checkbox-fijo:hover {
  border-color: #007bff;
}

hr.cat{
	width: 80%;
    height: 1px;
    background-color: lightgray;
    margin: 10px auto;
}

.ia-feeds-card.importada {
    position: relative;
    opacity: 0.8;
    pointer-events: none;
}

.ia-feeds-card.importada .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ad;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 10;
}


.ia-feeds-card .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
	justify-content: center; 
    margin-bottom: 10px;
}

.ia-feeds-card  .categorie {
    background: #f0f0f0;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}

.ia-feeds-card span.pubdate {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ai-feeds-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wrap.importar  #iniciarProcesamiento i.rotating {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

.wrap.importar i.dashicons.dashicons-update {
    margin-top: 4px;
}

.wrap.importar .noticia.procesamiento {
    background: #fff;
    border: 3px solid #2271b1;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    max-width: 100%;
}

.wrap.importar .progress-container {
    background: #f0f0f0;
    border-radius: 4px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.wrap.importar .progress-bar {
    height: 10px;
    background-color: #2271b1;
    width: 0;
    transition: width 0.3s ease-in-out;
}

.wrap.importar #status-panel {
    font-size: 11px;
    line-height: 1.6;
    max-height: 100px;
	min-height: 100px;
    overflow-y: auto;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
	font-family: monospace;
}

.wrap.importar #status-panel .status-line {
    display: flex;
    align-items: center;
    gap: 6px; /* Espacio entre spinner y texto claramente */
    outline: none;
}

.wrap.importar #status-panel .spinner {
    width: 9px;
    height: 9px;
    border: 2px solid #ccc;
    border-top-color: #007cba;
    border-radius: 50%;
    animation: spin 1s infinite linear;
    flex-shrink: 0;
    visibility: initial;
    margin: 0;
    background: initial;
	margin-right: 1px;
    margin-top: -3px;
    margin-left: 1px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}



.wrap.importar #status-panel .finalizada {
    color: green;
    font-weight: bold;
    margin-top: 15px;
}

.wrap.importar #status-panel .endpointStatus {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.wrap.importar #status-panel .endpointName {
    width: 120px;
    font-weight: bold;
}

.wrap.importar #status-panel .dots {
    flex-grow: 1;
    text-align: left;
    border-bottom: 2px dotted #ccc;
    margin-top: 5px;
}

.wrap.importar  #status-panel .statusMessage {
    font-weight: bold;
    margin-left: 10px;
    min-width: 60px;
    text-align: right;
}
.wrap.importar.cola .ia-feeds-card.noticia:hover{
	background-color: white;
	cursor: default;
}
.ia-feeds-grid.cola {
    max-width: 400px;
}


.wrap.importar.cola .cola-actual {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
	align-items: start;
}

.wrap.importar.cola .ia-feeds-grid.cola {
    flex: 0 0 400px; /* ancho fijo de máximo 400px */
    max-width: 100%; /* para asegurarse que no se salga en dispositivos pequeños */
	
}

.wrap.importar.cola .noticia.procesamiento {
    flex: 1; /* ocupa todo el espacio restante */
}

/* Diseño responsivo para móvil o ventana pequeña */
@media (max-width: 768px) {
    .cola-actual {
        flex-direction: column;
    }

    .ia-feeds-grid.cola, 
    .noticia.procesamiento {
        flex: 0 0 100%; /* ambas ocupan el 100% en vista móvil */
    }
}

.wrap.importar.cola .ai-feeds-toolbar{
	margin-bottom: 0;
}

.wrap.importar.cola .ia-feeds-card.noticia .noticia {
    cursor: default !important;
}

.wrap.importar.cola .ai-feeds-meta{
	margin-bottom: -15px;
}    
.wrap.importar.cola .placeholder-cuadro {
  padding: 30px;
  border: 2px dashed #bcd7ef;
  text-align: center;
  color: #5a91c9;
  font-size: 16px;
  border-radius: 5px;
  background-color: #f5faff;
}

.wrap.importar.cola .cola-actual .ia-feeds-card.noticia .noticia {
    max-height: 670px;
	overflow-y: auto;
}
.wrap.importar.cola .noticia.procesamiento {
    overflow-y: auto; /* si deseas scrolling en el procesamiento */
}

/* ---------------------------- */
/* noticia-generada                  */
/* ---------------------------- */

.hidden {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

@keyframes destello {
    0%, 100% { background-color: transparent;  box-shadow: 0 0 0 rgba(0,123,255,0); }
    50% { background-color: #a1cdf38c; box-shadow: 0 0 20px rgba(0,123,255,0.5);}
	
}

.wrap.importar.cola #noticia-generada .fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wrap.importar.cola .noticia.procesamiento #noticia-generada .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    animation: destello 3s ease;
}

@keyframes destello-alt {
    0%, 100% { box-shadow: 0 0 0 rgba(0,123,255,0); }
    50% { box-shadow: 0 0 20px rgba(0,123,255,0.5); }
}

.wrap.importar.cola #noticia-generada #autor.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wrap.importar.cola #noticia-generada #autor.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    animation: destello-alt 3s ease;
}


.wrap.importar.cola #noticia-generada div#secciones {
    margin-top: 10px;
    text-decoration: underline;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.wrap.importar.cola #noticia-generada .seccion {
    padding: 0;
    position: relative;
	margin-right: 10px;
}

/* Añade el separador vertical después de cada sección, excepto la última */
.wrap.importar.cola #noticia-generada .seccion:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #d1d1d1;
    font-weight: bold; /* Opcional, para que sea más visible */
}

/* Opcional: Elimina padding derecho para evitar que el separador quede lejos del texto */
.wrap.importar.cola #noticia-generada .seccion:not(:last-child) {
    padding-right: 15px;
}
.wrap.importar.cola #noticia-generada h1#titular {
    padding-top: 3px;
    font-size: 19px;
    font-weight: 600;
}
.wrap.importar.cola #noticia-generada div#antetitulo {
    text-transform: uppercase;
    margin-top: 10px;
}
.wrap.importar.cola #noticia-generada div#subtitulo {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.wrap.importar.cola #noticia-generada .tag {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 3px;
    font-size: 13px;
    color: #333;
    background-color: #f7f7f7;
}

.wrap.importar.cola #noticia-generada .tag.existe {
    border-color: green;
    color: green;
    font-weight: 500;
}

.wrap.importar.cola .noticia.procesamiento {
    overflow: hidden;
    max-width: 100%; /* importante para que no se salga del padre */
}

.wrap.importar.cola .noticia.procesamiento .itemLog {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; /* importante para limitar al contenedor */
}


.wrap.importar.cola #noticia-generada .tarjeta-autor {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    background-color: #f9f9f9;
}

.wrap.importar.cola #noticia-generada .autor-avatar {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-right: 12px;
    margin-left: 12px;
}

.wrap.importar.cola #noticia-generada .autor-info {
    flex: 1;
}

.wrap.importar.cola #noticia-generada .autor-nombre {
    font-weight: bold;
    text-decoration: none;
    color: #2271b1;
    font-size: 13px;
}

.wrap.importar.cola #noticia-generada .autor-nombre:hover {
    text-decoration: underline;
}

.wrap.importar.cola #noticia-generada .autor-yoast-title {
    font-size: 11px;
    color: #444;
}

.wrap.importar.cola #noticia-generada .autor-yoast-desc {
    font-size: 10px;
    color: #666;
    margin-top: 4px;
}



.wrap.importar.cola #noticia-generada .fuente {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    padding: 10px;
    background: #fafafa;
    border-radius: 10px;
}

.wrap.importar.cola #noticia-generada div#tags {
    margin-bottom: 10px;
}

 /* Estilos base para la tabla */
.wrap.importar.cola table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Columnas balanceadas */
    word-wrap: break-word;
    font-family: Arial, sans-serif;
    overflow-x: auto;
    display: block;
	margin-left: 20px;
    margin-top: 5px;
	border-radius: 10px;
    margin-bottom: 10px;
}

.wrap.importar.cola th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.wrap.importar.cola thead {
    background-color: #f4f4f4;
}

.wrap.importar.cola tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.wrap.importar.cola tbody tr:hover {
    background-color: #f1f7ff;
}

/* Responsive automático sin data-label */
@media screen and (max-width: 600px) {
    .wrap.importar.cola table {
        overflow-x: auto;
    }
}

.wrap.importar.cola #cifras {
    position: relative;
    padding-top: 5px;
}

.wrap.importar.cola #cifras::before {
    content: attr(data-label);
    font-size: 16px;
    font-weight: 600;
	width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}


.wrap.importar.cola #cifras {
    position: relative;
    padding-top: 15px;
}
.wrap.importar.cola .cifras {
    display: flex;
    justify-content: center;
}

.wrap.importar.cola .cifras table {
    width: auto;
}

.wrap.importar.cola #faq::before {
   content: attr(data-label);
    font-size: 16px;
    font-weight: 600;
	width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.wrap.importar.cola #faq h3 {
    font-size: 14px;
	font-weight: 600;
}

.wrap.importar.cola #faq {
    position: relative;
    padding-top: 20px;
}
.wrap.importar.cola .faq,
.wrap.importar.cola .cronologia {
	border: 1px solid #eaecf0;
    background: #fafafa;
    padding: 10px;
    padding-top: 0;
    border-radius: 10px;
    margin-top: 5px;
}


.wrap.importar.cola #cronologia::before {
    content: attr(data-label);
    font-size: 16px;
    font-weight: 600;
	width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.wrap.importar.cola #cronologia h3 {
    font-size: 14px;
	font-weight: 600;
}

.wrap.importar.cola #cronologia {
    position: relative;
    padding-top: 20px;
}


.wrap.importar.cola #imagen::before {
	content: attr(data-label);
    font-size: 16px;
    font-weight: 600;
	width: 100%;
    margin: auto;
    text-align: center;
    display: block;
	margin-bottom: 10px;
}
.wrap.importar.cola  #imagen .imagen-destacada img {
    max-width: 100%;
    height: auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.wrap.importar.cola  #imagen .imagen-destacada {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
	text-align: center;
}
.wrap.importar.cola  div#imagen {
    margin: 20px;
}
.wrap.importar.cola  div#imagen .imgMetas{
    text-align: center;
}

#refrito img {
    max-width: 200px;
    height: auto;
}
#refrito div figure {
    text-align: center;
}

.wrap.importar.cola #autoseo::before {
    content: attr(data-label);
    font-size: 16px;
    font-weight: 600;
	width: 100%;
    margin: auto;
    text-align: center;
    display: block;
	margin-bottom: 10px;
}
.wrap.importar.cola #autoseo .elementosSeo{
	background: #fafafa;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 10px;
} 

.wrap.importar.cola div#autoseo {
    margin-top: 15px;
}


.status-countdown {
    position: fixed;
    bottom: 20px;
    right: 50px;
    background-color: #ffffff;
    border: 2px solid #007cba;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-countdown .contador-numero {
    font-size: 40px;
    font-weight: 700;
    color: #007cba;
    animation: contadorAnimacion 1s infinite ease-in-out;
}

.status-countdown .spinner {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(0, 124, 186, 0.2);
    border-top: 3px solid #007cba;
    border-radius: 50%;
    animation: spinnerRotate 1s linear infinite;
}

.status-countdown .texto-countdown {
    flex-grow: 1;
    font-size: 15px;
    color: #333;
}

.status-countdown .button-detener {
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

status-countdown .button-detener:hover {
    background: #c82333;
}

@keyframes spinnerRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes contadorAnimacion {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}