.buttonsubmit:hover {
  background: linear-gradient(to bottom, #5c4336 0%, #3b2a22 100%);
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(236, 179, 100, 0.4);
  color: #fffbe0;
  text-shadow: 0 0 5px #f4e2b9;
}

.buttonsubmit {
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 10px 24px;
    color: #fdf6e3;
    background: linear-gradient(to bottom, #4e392e 0%, #2f211a 100%);
    border: 2px solid #a67c52;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.buttonsubmit:hover {
    background: linear-gradient(to bottom, #5c4336 0%, #3b2a22 100%);
    transform: scale(1.05);
    box-shadow: 0 0 8px rgba(236, 179, 100, 0.4);
    color: #fffbe0;
}

.native-campaign-actions {
    align-items: center;
    gap: 12px;
}

.native-campaign-actions .buttonsubmit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 48px;
    line-height: 1.2;
    text-decoration: none;
}

.buttonsubmit.native-campaign-cancel {
    color: #f4e2b9;
    background: linear-gradient(to bottom, #3b342f 0%, #241d19 100%);
    border-color: #8c6f4e;
}

.buttonsubmit.native-campaign-cancel:hover,
.buttonsubmit.native-campaign-cancel:focus-visible {
    background: linear-gradient(to bottom, #4a4038 0%, #2f2721 100%);
    color: #fffbe0;
}

/*-----ROUNDED BUTTON----*/
.button-more{
	float:right;
}
.button-bar {
    display: flex;
    justify-content: center;
}
