.plr-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 10px auto;
    text-align: center;
}

#plr-link {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background: #ff5e14;
    color: white;
    border: none;
    cursor: pointer;
}

    button:hover {
        background: #e24e0a;
    }

	.wa-button {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 15px;
		background-color: #25D366;
		color: white;
		text-decoration: none;
		border-radius: 5px;
		margin-top: 10px;
		font-weight: bold;
	}
	
	.wa-button span {
		display: inline-flex;
		align-items: center;
	}

    .wa-button:hover {
		background-color: #1ebe5d;
		}
		.wa-icon {
			height: 24px;
			width: 24px;
		}